////
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user