mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
Update libsignal-client for CDSv2.
This commit is contained in:
@@ -340,7 +340,7 @@ public final class FeatureFlags {
|
||||
* IMPORTANT: This is under active development. Enabling this *will* break your contacts in terrible, irreversible ways.
|
||||
*/
|
||||
public static boolean phoneNumberPrivacy() {
|
||||
return getBoolean(PHONE_NUMBER_PRIVACY, false) && Environment.IS_STAGING;
|
||||
return getBoolean(PHONE_NUMBER_PRIVACY, false);
|
||||
}
|
||||
|
||||
/** Whether to use the custom streaming muxer or built in android muxer. */
|
||||
|
||||
Reference in New Issue
Block a user