[fenix] For https://github.com/mozilla-mobile/fenix/issues/26023: Suppress NewApi warning for autofillConfiguration.

pull/600/head
mcarare 2 years ago committed by mergify[bot]
parent 70e75ae098
commit d65bde5fe2

@ -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,

Loading…
Cancel
Save