mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Merge branch 'beta'
# Conflicts: # submodules/SettingsUI/Sources/Data and Storage/EnergySavingSettingsScreen.swift # submodules/TelegramUI/Sources/ChatHistoryEntriesForView.swift
This commit is contained in:
commit
b03044274f
@ -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))
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"app": "9.5",
|
||||
"app": "9.5.1",
|
||||
"bazel": "5.3.1",
|
||||
"xcode": "14.2"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user