mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Inline the RecipientMergeV2 flag.
This commit is contained in:
committed by
Alex Hart
parent
367ff7c75c
commit
62d5777c39
@@ -537,13 +537,6 @@ public final class FeatureFlags {
|
||||
return giftBadgeReceiveSupport() && getBoolean(GIFT_BADGE_SEND_SUPPORT, Environment.IS_STAGING);
|
||||
}
|
||||
|
||||
/**
|
||||
* Whether or not we should use the new recipient merging strategy.
|
||||
*/
|
||||
public static boolean recipientMergeV2() {
|
||||
return getBoolean(RECIPIENT_MERGE_V2, false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Whether or not we should enable the SMS exporter
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user