Camera and editor improvements

This commit is contained in:
Ilya Laktyushin
2023-05-31 15:24:07 +04:00
parent 9bd6dd35c7
commit 2b85ec7b5f
17 changed files with 372 additions and 160 deletions

View File

@@ -1811,11 +1811,11 @@ public final class MediaPickerScreen: ViewController, AttachmentContainable {
return
}
self.requestAttachmentMenuExpansion()
var embedded = true
if case .story = mode {
embedded = false
} else {
self.requestAttachmentMenuExpansion()
}
var updateNavigationStackImpl: ((AttachmentContainable) -> Void)?