Improve handling of network timeouts for donor badges.

This commit is contained in:
Alex Hart
2021-11-05 15:21:27 -03:00
committed by Greyson Parrelli
parent c4164b17a2
commit 482a10de02
9 changed files with 74 additions and 44 deletions

View File

@@ -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() {