kopia lustrzana https://github.com/ryukoposting/Signal-Android
Remove donor badges warning in comment.
rodzic
388c91410b
commit
85f1f27b13
|
@ -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) {
|
||||||
|
|
Ładowanie…
Reference in New Issue