Media Preview V2 Visual Redesign

This commit is contained in:
Nicholas
2022-10-21 17:31:50 -04:00
committed by Alex Hart
parent 6c0b63d72c
commit 469cab284e
13 changed files with 254 additions and 87 deletions

View File

@@ -102,7 +102,6 @@ public final class FeatureFlags {
private static final String SMS_EXPORTER = "android.sms.exporter.2";
public static final String STORIES_LOCALE = "android.stories.locale.1";
private static final String HIDE_CONTACTS = "android.hide.contacts";
private static final String MEDIA_PREVIEW_V2 = "android.mediaPreviewV2";
private static final String SMS_EXPORT_MEGAPHONE_DELAY_DAYS = "android.smsExport.megaphoneDelayDays";
public static final String CREDIT_CARD_PAYMENTS = "android.credit.card.payments";
@@ -159,7 +158,6 @@ public final class FeatureFlags {
SMS_EXPORTER,
STORIES_LOCALE,
HIDE_CONTACTS,
MEDIA_PREVIEW_V2,
SMS_EXPORT_MEGAPHONE_DELAY_DAYS,
CREDIT_CARD_PAYMENTS
);
@@ -557,13 +555,6 @@ public final class FeatureFlags {
return getBoolean(HIDE_CONTACTS, false);
}
/**
* Whether or not we should use the new media preview fragment implementation.
*/
public static boolean mediaPreviewV2() {
return getBoolean(MEDIA_PREVIEW_V2, false);
}
/**
* Number of days to postpone the sms export megaphone and Phase 1 start.
*/