Skip to content

Commit

Permalink
Update text formatting feature flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-signal committed Jun 15, 2023
1 parent d160025 commit b1523f5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ public final class FeatureFlags {
private static final String CHAT_FILTERS = "android.chat.filters.3";
private static final String PAYPAL_ONE_TIME_DONATIONS = "android.oneTimePayPalDonations.2";
private static final String PAYPAL_RECURRING_DONATIONS = "android.recurringPayPalDonations.3";
private static final String TEXT_FORMATTING = "android.textFormatting.2";
private static final String TEXT_FORMATTING = "android.textFormatting.3";
private static final String ANY_ADDRESS_PORTS_KILL_SWITCH = "android.calling.fieldTrial.anyAddressPortsKillSwitch";
private static final String AD_HOC_CALLING = "android.calling.ad.hoc.2";
private static final String EDIT_MESSAGE_RECEIVE = "android.editMessage.receive.2";
Expand Down

0 comments on commit b1523f5

Please sign in to comment.