mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -705,9 +705,13 @@ final class MediaEditorScreenComponent: Component {
|
||||
guard let controller = environment.controller() as? MediaEditorScreen else {
|
||||
return
|
||||
}
|
||||
controller.openPrivacySettings(completion: { [weak controller] in
|
||||
controller?.requestCompletion(animated: true)
|
||||
})
|
||||
if controller.isEditingStory {
|
||||
controller.requestCompletion(animated: true)
|
||||
} else {
|
||||
controller.openPrivacySettings(completion: { [weak controller] in
|
||||
controller?.requestCompletion(animated: true)
|
||||
})
|
||||
}
|
||||
}
|
||||
)),
|
||||
environment: {},
|
||||
|
||||
Reference in New Issue
Block a user