Wallet improvements

This commit is contained in:
Peter
2019-09-20 19:17:04 +04:00
parent 4c26ee0654
commit 0f8c455216
67 changed files with 2636 additions and 6440 deletions

View File

@@ -128,6 +128,7 @@ public func updateInfoController(context: AccountContext, appUpdateInfo: AppUpda
}
let controller = ItemListController(sharedContext: context.sharedContext, state: signal)
controller.navigationPresentation = .modal
linkActionImpl = { [weak controller, weak context] action, itemLink in
if let strongController = controller, let context = context {
context.sharedContext.handleTextLinkAction(context: context, peerId: nil, navigateDisposable: navigateDisposable, controller: strongController, action: action, itemLink: itemLink)