Enable PNP feature flag

This commit is contained in:
Oscar Mira 2023-11-13 13:19:15 +01:00
parent 9fd003f421
commit 1faff67109

View file

@ -382,7 +382,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);
return true;
}
/**