mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Make nickname FF hot-swappable and default to true.
This commit is contained in:
@@ -286,7 +286,8 @@ public final class FeatureFlags {
|
||||
CDSI_LIBSIGNAL_NET,
|
||||
RX_MESSAGE_SEND,
|
||||
LINKED_DEVICE_LIFESPAN_SECONDS,
|
||||
CAMERAX_CUSTOM_CONTROLLER
|
||||
CAMERAX_CUSTOM_CONTROLLER,
|
||||
NICKNAMES
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -747,7 +748,7 @@ public final class FeatureFlags {
|
||||
|
||||
/** Whether or not the nicknames feature is available */
|
||||
public static boolean nicknames() {
|
||||
return getBoolean(NICKNAMES, false);
|
||||
return getBoolean(NICKNAMES, true);
|
||||
}
|
||||
|
||||
/** Whether or not to use the custom CameraX controller class */
|
||||
|
||||
Reference in New Issue
Block a user