Remove donor badges warning in comment.

fork-5.53.8
Greyson Parrelli 2021-11-30 17:17:19 -05:00
rodzic 388c91410b
commit 85f1f27b13
1 zmienionych plików z 2 dodań i 5 usunięć

Wyświetl plik

@ -403,11 +403,8 @@ public final class FeatureFlags {
return getBoolean(CHANGE_NUMBER_ENABLED, false); return getBoolean(CHANGE_NUMBER_ENABLED, false);
} }
/** Whether or not to show donor badges in the UI. /**
* * Whether or not to show donor badges in the UI.
* WARNING: Donor Badges is an unfinished feature and should not be enabled in production builds.
* Enabling this flag in a custom build can result in crashes and could result in your Google Pay
* account being charged real money.
*/ */
public static boolean donorBadges() { public static boolean donorBadges() {
if (Environment.IS_STAGING) { if (Environment.IS_STAGING) {