diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-09-01 10:41:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 05:11:39 +0000 |
commit | 8908f88ddcd4d86437ef87da3a6343caa90d1f24 (patch) | |
tree | cb85880f27444a3e1e075330aea8f89a01d50ede | |
parent | 8fca1bfc7577a0ce88f3c61c6a9b92c8adbb848a (diff) |
Remove unnecessary `RequiresApi` annotation (#2100)
-rw-r--r-- | app/src/main/java/app/passwordstore/util/autofill/Api30AutofillResponseBuilder.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/java/app/passwordstore/util/autofill/Api30AutofillResponseBuilder.kt b/app/src/main/java/app/passwordstore/util/autofill/Api30AutofillResponseBuilder.kt index 2fcb1f61..4c9ac53b 100644 --- a/app/src/main/java/app/passwordstore/util/autofill/Api30AutofillResponseBuilder.kt +++ b/app/src/main/java/app/passwordstore/util/autofill/Api30AutofillResponseBuilder.kt @@ -71,7 +71,6 @@ constructor( } /** Helper for creating an Autofill [Dataset]s for Android R and above. */ - @RequiresApi(Build.VERSION_CODES.R) @Suppress("DEPRECATION") private fun makeIntentDataSetR( context: Context, |