mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Clear profile upload flag when unregistering.
This commit is contained in:
committed by
Alex Hart
parent
dee3d2ff2d
commit
aae368c049
@@ -55,4 +55,8 @@ public final class RegistrationValues extends SignalStoreValues {
|
||||
public void markHasUploadedProfile() {
|
||||
putBoolean(HAS_UPLOADED_PROFILE, true);
|
||||
}
|
||||
|
||||
public void clearHasUploadedProfile() {
|
||||
putBoolean(HAS_UPLOADED_PROFILE, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user