mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Add support for remote feature flags.
This commit is contained in:
@@ -1209,7 +1209,7 @@ public class RecipientDatabase extends Database {
|
||||
}
|
||||
|
||||
void markDirty(@NonNull RecipientId recipientId, @NonNull DirtyState dirtyState) {
|
||||
if (!FeatureFlags.STORAGE_SERVICE) return;
|
||||
if (!FeatureFlags.storageService()) return;
|
||||
|
||||
ContentValues contentValues = new ContentValues(1);
|
||||
contentValues.put(DIRTY, dirtyState.getId());
|
||||
|
||||
Reference in New Issue
Block a user