mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 05:48:09 +00:00
parent
24ec29e9e2
commit
964059e0da
@ -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…
x
Reference in New Issue
Block a user