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

@@ -232,7 +232,7 @@ public func featuredStickerPacksController(account: Account) -> ViewController {
presentControllerImpl = { [weak controller] c, p in
if let controller = controller {
controller.present(c, in: .window, with: p)
controller.present(c, in: .window(.root), with: p)
}
}