mirror of
https://github.com/bitwarden/android.git
synced 2026-05-26 07:57:09 -05:00
PM-18773 update the keyName for the ChromeAutofill flag (#4812)
This commit is contained in:
@@ -218,7 +218,7 @@ sealed class FlagKey<out T : Any> {
|
||||
* autofill.
|
||||
*/
|
||||
data object ChromeAutofill : FlagKey<Boolean>() {
|
||||
override val keyName: String = "enable-pm-chrome-autofill"
|
||||
override val keyName: String = "android-chrome-autofill"
|
||||
override val defaultValue: Boolean = false
|
||||
override val isRemotelyConfigured: Boolean = true
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ class FlagKeyTest {
|
||||
)
|
||||
assertEquals(
|
||||
FlagKey.ChromeAutofill.keyName,
|
||||
"enable-pm-chrome-autofill",
|
||||
"android-chrome-autofill",
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user