mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 22:35:17 +00:00
@@ -315,7 +315,9 @@ class PasswordStore : BaseGitActivity() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
R.id.refresh -> refreshPasswordList()
|
R.id.refresh -> refreshPasswordList()
|
||||||
android.R.id.home -> onBackPressedDispatcher.onBackPressed()
|
android.R.id.home -> {
|
||||||
|
@Suppress("DEPRECATION") onBackPressed()
|
||||||
|
}
|
||||||
else -> return super.onOptionsItemSelected(item)
|
else -> return super.onOptionsItemSelected(item)
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
|
Reference in New Issue
Block a user