mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
Clean up some unused feature flags.
This commit is contained in:
committed by
Cody Henthorne
parent
7fef1b060f
commit
0e4bec3977
@@ -1138,7 +1138,7 @@ public class Recipient {
|
||||
}
|
||||
|
||||
public @NonNull List<Badge> getBadges() {
|
||||
return FeatureFlags.displayDonorBadges() || isSelf() ? badges : Collections.emptyList();
|
||||
return badges;
|
||||
}
|
||||
|
||||
public @Nullable Badge getFeaturedBadge() {
|
||||
|
||||
Reference in New Issue
Block a user