mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Improve handling of network timeouts for donor badges.
This commit is contained in:
committed by
Greyson Parrelli
parent
c4164b17a2
commit
482a10de02
@@ -427,7 +427,7 @@ public final class FeatureFlags {
|
||||
* Whether or not donor badges should be displayed throughout the app.
|
||||
*/
|
||||
public static boolean displayDonorBadges() {
|
||||
return getBoolean(DONOR_BADGES_DISPLAY, false);
|
||||
return getBoolean(DONOR_BADGES_DISPLAY, Environment.IS_STAGING);
|
||||
}
|
||||
|
||||
public static boolean cdsh() {
|
||||
|
||||
Reference in New Issue
Block a user