Fix typo when reading feature flag.
This commit is contained in:
parent
0662959e1d
commit
3fa9e89e8e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public final class LocaleFeatureFlags {
|
|||
}
|
||||
|
||||
public static boolean isBatterySaverPromptEnabled() {
|
||||
return FeatureFlags.internalUser() || isEnabled(FeatureFlags.PROMPT_BATTERY_SAVER, FeatureFlags.promptForDelayedNotificationLogs());
|
||||
return FeatureFlags.internalUser() || isEnabled(FeatureFlags.PROMPT_BATTERY_SAVER, FeatureFlags.promptBatterySaver());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue