////
This commit is contained in:
parent
aa4fec37cf
commit
ceb22bcbcb
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user