Skip to content

Commit

Permalink
fix(welcome):fix crash when starting up
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Oct 15, 2022
1 parent d75cd54 commit ab7ba9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/zcshou/gogogo/WelcomeActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ protected void onCreate(Bundle savedInstanceState) {
startBtn = findViewById(R.id.startButton);
startBtn.setOnClickListener(v -> startMainActivity());

checkFirstStartup();

initTimer();

checkFirstStartup();
}

@Override
Expand Down

0 comments on commit ab7ba9f

Please sign in to comment.