Various fixes

This commit is contained in:
Ilya Laktyushin
2019-10-19 17:13:32 +04:00
parent 1e49c24614
commit de61740a73
26 changed files with 2775 additions and 2663 deletions

View File

@@ -333,7 +333,7 @@ private final class WalletContextImpl: NSObject, WalletContext, UIImagePickerCon
}
}
func pickImage(completion: @escaping (UIImage) -> Void) {
func pickImage(present: @escaping (ViewController) -> Void, completion: @escaping (UIImage) -> Void) {
self.currentImagePickerCompletion = completion
let pickerController = UIImagePickerController()