mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fix more warnings
This commit is contained in:
@@ -105,7 +105,7 @@ final class WallpaperUploadManagerImpl: WallpaperUploadManager {
|
||||
}
|
||||
|
||||
let autoNightModeTriggered = presentationData.autoNightModeTriggered
|
||||
disposable.set(uploadSignal.start(next: { [weak self] status in
|
||||
disposable.set(uploadSignal.start(next: { status in
|
||||
if case let .complete(wallpaper) = status {
|
||||
let updateWallpaper: (TelegramWallpaper) -> Void = { wallpaper in
|
||||
if let resource = wallpaper.mainResource {
|
||||
|
||||
Reference in New Issue
Block a user