mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-27 14:40:22 +00:00
Make group calling flag hot-swappable.
This commit is contained in:
@@ -105,7 +105,8 @@ public final class FeatureFlags {
|
||||
*/
|
||||
private static final Set<String> HOT_SWAPPABLE = SetUtil.newHashSet(
|
||||
VERIFY_V2,
|
||||
CLIENT_EXPIRATION
|
||||
CLIENT_EXPIRATION,
|
||||
GROUP_CALLING
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user