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

@@ -824,7 +824,7 @@ public func settingsController(context: AccountContext, accountManager: AccountM
context.sharedContext.openResolvedUrl(resolvedUrl, context: context, urlContext: .generic, navigationController: getNavigationControllerImpl?(), openPeer: { peer, navigation in
}, sendFile: nil, sendSticker: nil, present: { controller, arguments in
pushControllerImpl?(controller)
}, dismissInput: {})
}, dismissInput: {}, contentContext: nil)
})
})
}