mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 15:33:00 +03:00
todo: fix back button behaviour
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
8e2b983295
commit
2244920b55
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