mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
UI improvements
This commit is contained in:
@@ -1648,7 +1648,7 @@ public class ChatListControllerImpl: TelegramBaseController, ChatListController
|
||||
if case .undo = action, let self {
|
||||
let _ = updateMediaDownloadSettingsInteractively(accountManager: self.context.sharedContext.accountManager, { settings in
|
||||
var settings = settings
|
||||
settings.energyUsageSettings.activationThreshold = 0
|
||||
settings.energyUsageSettings.activationThreshold = 4
|
||||
return settings
|
||||
}).start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user