kopia lustrzana https://github.com/ryukoposting/Signal-Android
Never display badges if they are not enabled via feature flag.
rodzic
62fa99e0ee
commit
ce9cd132ec
|
@ -432,7 +432,7 @@ public class Recipient {
|
||||||
this.systemContactName = details.systemContactName;
|
this.systemContactName = details.systemContactName;
|
||||||
this.extras = details.extras;
|
this.extras = details.extras;
|
||||||
this.hasGroupsInCommon = details.hasGroupsInCommon;
|
this.hasGroupsInCommon = details.hasGroupsInCommon;
|
||||||
this.badges = details.badges;
|
this.badges = FeatureFlags.donorBadges() ? details.badges : Collections.emptyList();
|
||||||
}
|
}
|
||||||
|
|
||||||
public @NonNull RecipientId getId() {
|
public @NonNull RecipientId getId() {
|
||||||
|
|
Ładowanie…
Reference in New Issue