parent
24ec29e9e2
commit
964059e0da
1 changed files with 3 additions and 1 deletions
|
@ -315,7 +315,9 @@ class PasswordStore : BaseGitActivity() {
|
|||
}
|
||||
}
|
||||
R.id.refresh -> refreshPasswordList()
|
||||
android.R.id.home -> onBackPressedDispatcher.onBackPressed()
|
||||
android.R.id.home -> {
|
||||
@Suppress("DEPRECATION") onBackPressed()
|
||||
}
|
||||
else -> return super.onOptionsItemSelected(item)
|
||||
}
|
||||
return true
|
||||
|
|
Loading…
Reference in a new issue