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:
@@ -591,7 +591,9 @@ final class ShareControllerNode: ViewControllerTracingNode, UIScrollViewDelegate
|
||||
if self.fromForeignApp {
|
||||
self.transitionToContentNode(ShareLoadingContainerNode(theme: self.presentationData.theme, forceNativeAppearance: true), fastOut: true)
|
||||
} else {
|
||||
self.animateOut(shared: true, completion: {
|
||||
self.animateOut(shared: true, completion: { [weak self] in
|
||||
self?
|
||||
.completed?(peerIds)
|
||||
})
|
||||
}
|
||||
let fromForeignApp = self.fromForeignApp
|
||||
@@ -629,7 +631,6 @@ final class ShareControllerNode: ViewControllerTracingNode, UIScrollViewDelegate
|
||||
}
|
||||
} else {
|
||||
strongSelf.dismiss?(true)
|
||||
strongSelf.completed?(peerIds)
|
||||
}
|
||||
}
|
||||
}, completed: {
|
||||
|
||||
Reference in New Issue
Block a user