Various improvements

This commit is contained in:
Ilya Laktyushin
2024-05-27 22:40:56 +04:00
parent 56ecac560d
commit 0e16a038ac
11 changed files with 80 additions and 19 deletions

View File

@@ -837,7 +837,7 @@ func openResolvedUrlImpl(
}
}
let _ = (starsInputData |> filter { $0 != nil } |> take(1) |> deliverOnMainQueue).start(next: { _ in
let controller = context.sharedContext.makeStarsTransferScreen(context: context, starsContext: starsContext, invoice: invoice, source: .slug(slug), inputData: starsInputData)
let controller = context.sharedContext.makeStarsTransferScreen(context: context, starsContext: starsContext, invoice: invoice, source: .slug(slug), inputData: starsInputData, completion: { _ in })
navigationController.pushViewController(controller)
})
} else {