mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Various fixes
This commit is contained in:
parent
41b8e7977d
commit
bffaba38b5
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user