Attempt n.1 to fix the back action
First attempt to fix the back button while compossing a status, so the dialog telling the user to save or delete the draft isn't ignored.
This commit is contained in:
parent
81abedb89b
commit
da32a9f66b
1 changed files with 0 additions and 2 deletions
|
@ -1389,8 +1389,6 @@ class ComposeActivity : BaseActivity(),
|
|||
}
|
||||
|
||||
handleCloseButton()
|
||||
|
||||
super.onBackPressed()
|
||||
}
|
||||
|
||||
override fun onKeyDown(keyCode: Int, event: KeyEvent): Boolean {
|
||||
|
|
Loading…
Reference in a new issue