mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 13:05:31 +03: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
2 changed files with 3 additions and 3 deletions
|
@ -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 a new issue