Finish intro when skipped pressed

This commit is contained in:
sgallese
2021-09-22 20:06:41 -07:00
parent 1fe3a3d1ca
commit 4aebeedec6

View File

@@ -67,5 +67,8 @@ class IntroActivity : AppIntro2() {
finish() finish()
} }
override fun onSlideChanged() {} override fun onSkipPressed(currentFragment: Fragment?) {
super.onSkipPressed(currentFragment)
finish()
}
} }