mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
New group button behind new Group UI feature flag.
This commit is contained in:
committed by
Greyson Parrelli
parent
d5419ec9fa
commit
8e0fba7992
@@ -242,6 +242,11 @@ public final class FeatureFlags {
|
||||
return getValue(CALLING_PIP, false);
|
||||
}
|
||||
|
||||
/** New group UI elements. */
|
||||
public static boolean newGroupUI() {
|
||||
return getValue(NEW_GROUP_UI, false);
|
||||
}
|
||||
|
||||
/** Only for rendering debug info. */
|
||||
public static synchronized @NonNull Map<String, Boolean> getMemoryValues() {
|
||||
return new TreeMap<>(REMOTE_VALUES);
|
||||
|
||||
Reference in New Issue
Block a user