mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
General UI bug fixes
This commit is contained in:
@@ -659,10 +659,7 @@ public final class MediaPickerScreen: ViewController, AttachmentContainable {
|
||||
hasTimer = true
|
||||
}
|
||||
|
||||
var hasSchedule = true
|
||||
if controller.chatLocation?.threadId != nil {
|
||||
hasSchedule = false
|
||||
}
|
||||
let hasSchedule = true
|
||||
|
||||
self.openingMedia = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user