no message

This commit is contained in:
Peter
2017-07-14 15:34:30 +03:00
parent caa0f057d4
commit b6ded073ad
274 changed files with 18852 additions and 1582 deletions

View File

@@ -1073,7 +1073,7 @@ public func groupInfoController(account: Account, peerId: PeerId) -> ViewControl
result.set(true)
})
])
contactsController.present(alertController, in: .window)
contactsController.present(alertController, in: .window(.root))
}
return result.get()
@@ -1292,7 +1292,7 @@ public func groupInfoController(account: Account, peerId: PeerId) -> ViewControl
(controller?.navigationController as? NavigationController)?.pushViewController(value)
}
presentControllerImpl = { [weak controller] value, presentationArguments in
controller?.present(value, in: .window, with: presentationArguments)
controller?.present(value, in: .window(.root), with: presentationArguments)
}
avatarGalleryTransitionArguments = { [weak controller] entry in
if let controller = controller {