mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Include pin reminder preference in settings backup.
This commit is contained in:
@@ -35,7 +35,7 @@ public final class PinValues extends SignalStoreValues {
|
||||
|
||||
@Override
|
||||
@NonNull List<String> getKeysToIncludeInBackup() {
|
||||
return Collections.emptyList();
|
||||
return Collections.singletonList(PIN_REMINDERS_ENABLED);
|
||||
}
|
||||
|
||||
public void onEntrySuccess(@NonNull String pin) {
|
||||
|
||||
Reference in New Issue
Block a user