mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Inline GV1 auto-migration flag.
This commit is contained in:
@@ -86,11 +86,6 @@ public final class GroupsV1MigrationUtil {
|
||||
throw new InvalidMigrationStateException();
|
||||
}
|
||||
|
||||
if (!forced && !FeatureFlags.groupsV1AutoMigration()) {
|
||||
Log.w(TAG, "Auto migration is not enabled! Skipping.");
|
||||
throw new InvalidMigrationStateException();
|
||||
}
|
||||
|
||||
if (forced && !FeatureFlags.groupsV1ManualMigration()) {
|
||||
Log.w(TAG, "Manual migration is not enabled! Skipping.");
|
||||
throw new InvalidMigrationStateException();
|
||||
|
||||
Reference in New Issue
Block a user