For #26023: Suppress NewApi warning for autofillConfiguration.

This commit is contained in:
mcarare 2022-08-24 23:14:04 +03:00 committed by mergify[bot]
parent 4196308ac6
commit e5cc8f7592
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
package org.mozilla.fenix.components
import android.annotation.SuppressLint
import android.app.Application
import android.content.Context
import android.content.Intent
@ -179,6 +180,7 @@ class Components(private val context: Context) {
)
}
@delegate:SuppressLint("NewApi")
val autofillConfiguration by lazyMonitored {
AutofillConfiguration(
storage = core.passwordsStorage,