mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix build
This commit is contained in:
@@ -225,7 +225,7 @@ private func energeSavingSettingsScreenEntries(
|
||||
} else if settings.energyUsageSettings.activationThreshold >= 96 {
|
||||
allText = presentationData.strings.PowerSaving_AllDescriptionAlways
|
||||
} else {
|
||||
allText = presentationData.strings.PowerSaving_AllDescriptionLimit("\(settings.energyUsageSettings.activationThreshold)")
|
||||
allText = presentationData.strings.PowerSaving_AllDescriptionLimit("\(settings.energyUsageSettings.activationThreshold)").string
|
||||
}
|
||||
entries.append(.allFooter(allText))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user