Update design for who can find me fragment.

This commit is contained in:
Alex Hart
2023-02-27 13:49:56 -04:00
committed by Nicholas Tinsley
parent a9c4fcf894
commit ca8add87c6
3 changed files with 14 additions and 3 deletions

View File

@@ -179,6 +179,7 @@ public final class FeatureFlags {
@SuppressWarnings("MismatchedQueryAndUpdateOfCollection")
@VisibleForTesting
static final Map<String, Object> FORCED_VALUES = new HashMap<String, Object>() {{
put(PHONE_NUMBER_PRIVACY, true);
}};
/**