mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Update PIN feature flags.
This commit is contained in:
@@ -127,4 +127,8 @@ public final class KbsValues {
|
||||
public @NonNull PinKeyboardType getKeyboardType() {
|
||||
return PinKeyboardType.fromCode(store.getString(KEYBOARD_TYPE, null));
|
||||
}
|
||||
|
||||
public boolean hasMigratedToPinsForAll() {
|
||||
return store.getString(KEYBOARD_TYPE, null) != null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user