mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
chore: add inherited deprecation annotation
This commit is contained in:
parent
6c575a59bb
commit
4df55fef61
@ -120,6 +120,7 @@ class AutofillSmsActivity : AppCompatActivity() {
|
||||
}
|
||||
|
||||
// Retry starting the SMS code retriever after a permission request.
|
||||
@Deprecated("Deprecated in Java")
|
||||
@Suppress("DEPRECATION")
|
||||
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
|
||||
super.onActivityResult(requestCode, resultCode, data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user