Improved sticker pack preview

This commit is contained in:
Ali
2019-12-07 00:51:16 +04:00
parent 4f571258d0
commit 12c99de957
29 changed files with 892 additions and 53 deletions

View File

@@ -186,7 +186,7 @@ func logoutOptionsController(context: AccountContext, navigationController: Navi
context.sharedContext.openResolvedUrl(resolvedUrl, context: context, urlContext: .generic, navigationController: navigationController, openPeer: { peer, navigation in
}, sendFile: nil, sendSticker: nil, present: { controller, arguments in
pushControllerImpl?(controller)
}, dismissInput: {})
}, dismissInput: {}, contentContext: nil)
})
}