mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Inline the GV1 forced migration flag.
This commit is contained in:
@@ -217,9 +217,7 @@ public class ShareActivity extends PassphraseRequiredActivity
|
||||
mode |= DisplayMode.FLAG_SMS;
|
||||
}
|
||||
|
||||
if (FeatureFlags.groupsV1ForcedMigration()) {
|
||||
mode |= DisplayMode.FLAG_HIDE_GROUPS_V1;
|
||||
}
|
||||
mode |= DisplayMode.FLAG_HIDE_GROUPS_V1;
|
||||
|
||||
getIntent().putExtra(ContactSelectionListFragment.DISPLAY_MODE, mode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user