This commit is contained in:
lunaticbum 2024-08-01 18:10:08 +09:00
parent aa4fec37cf
commit ceb22bcbcb

View File

@ -523,7 +523,7 @@ class Intro : Base() , MainControllInterface, PagedTextViewInterface {
}
override fun onBackPressed() {
super.onBackPressed()
// super.onBackPressed()
var layer = findViewById<PagedTextLayout>(R.id.paged_layer)
// if (!didBackPress) {
@ -547,7 +547,7 @@ class Intro : Base() , MainControllInterface, PagedTextViewInterface {
firstBackPress()
return
} else {
finish()
finishAffinity()
didBackPress = false
}
}