mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various fixes
This commit is contained in:
@@ -274,7 +274,7 @@ public final class MediaPickerScreen: ViewController, AttachmentContainable {
|
||||
super.init()
|
||||
|
||||
if case .assets(nil, .default) = controller.subject {
|
||||
} else if case .assets(nil, .story) = controller.subject {
|
||||
} else if case .assets(nil, .story) = controller.subject, (savedStoriesContentOffset ?? 0.0).isZero {
|
||||
} else {
|
||||
self.preloadPromise.set(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user