Skip to content

Commit

Permalink
do not actually run onCreate when intro was started
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Apr 15, 2024
1 parent 3482cb9 commit 33061e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class MainActivity : AppCompatActivity(), TimerInterface {
if (!sharedPref.getBoolean(getString(R.string.pref_key_intro_v1_0_0), false)) {
startActivity(Intent(this, IntroActivity::class.java))
finish()
return
}

binding = ActivityMainBinding.inflate(layoutInflater)
Expand Down

0 comments on commit 33061e7

Please sign in to comment.