mirror of
https://github.com/nextcloud/android.git
synced 2024-12-20 07:52:18 +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) {
|
private val onBackPressedCallback = object : OnBackPressedCallback(true) {
|
||||||
override fun handleOnBackPressed() {
|
override fun handleOnBackPressed() {
|
||||||
finish()
|
finish()
|
||||||
|
|
Loading…
Reference in a new issue