mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
Fixed intendation Signed-off-by: Ezhil Shanmugham ezhil56x.contact@gmail.com
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
64fa8e830b
commit
dff9ea5651
@ -363,7 +363,7 @@ class MainActivity : BaseActivity(), ActionBarProvider {
|
||||
}
|
||||
}
|
||||
|
||||
fun handleOnBackPressed() {
|
||||
fun handleOnBackPressed() {
|
||||
if (!router!!.handleBack()) {
|
||||
onBackPressedDispatcher.onBackPressed()
|
||||
}
|
||||
|
@ -238,9 +238,9 @@ class MessageSearchActivity : BaseActivity() {
|
||||
.subscribe { newText -> viewModel.onQueryTextChange(newText) }
|
||||
}
|
||||
|
||||
fun handleOnBackPressed() {
|
||||
fun handleOnBackPressed() {
|
||||
setResult(Activity.RESULT_CANCELED)
|
||||
finishAffinity()
|
||||
finishAffinity()
|
||||
}
|
||||
|
||||
override fun onOptionsItemSelected(item: MenuItem): Boolean {
|
||||
|
Loading…
Reference in New Issue
Block a user