mirror of
https://github.com/nextcloud/android.git
synced 2024-12-21 16:24:32 +03:00
todo: fix back button behaviour
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
a501c81bae
commit
12509aa30b
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ class ComposeActivity : DrawerActivity() {
|
|||
}
|
||||
}
|
||||
|
||||
// FIXME: show previous screen
|
||||
private val onBackPressedCallback = object : OnBackPressedCallback(true) {
|
||||
override fun handleOnBackPressed() {
|
||||
finish()
|
||||
|
|
Loading…
Reference in a new issue