mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Video avatar fixes
This commit is contained in:
@@ -1266,13 +1266,6 @@ public func settingsController(context: AccountContext, accountManager: AccountM
|
||||
resolvedUrlPromise.set(resolvedUrl)
|
||||
openFaq(resolvedUrlPromise, anchor)
|
||||
}, openEditing: {
|
||||
let _ = (contextValue.get()
|
||||
|> deliverOnMainQueue
|
||||
|> take(1)).start(next: { context in
|
||||
if let presentControllerImpl = presentControllerImpl, let pushControllerImpl = pushControllerImpl {
|
||||
openEditingDisposable.set(openEditSettings(context: context, accountsAndPeers: accountsAndPeers.get(), presentController: presentControllerImpl, pushController: pushControllerImpl))
|
||||
}
|
||||
})
|
||||
}, displayCopyContextMenu: {
|
||||
let _ = (contextValue.get()
|
||||
|> deliverOnMainQueue
|
||||
|
||||
Reference in New Issue
Block a user