mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
@@ -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
|
||||
|
Reference in New Issue
Block a user