We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2cc71 commit 0cb8bc4Copy full SHA for 0cb8bc4
src/imagepicker.ios.ts
@@ -26,8 +26,6 @@ export class ImagePicker extends data_observable.Observable {
26
return this._hostView;
27
}
28
29
-
30
31
get hostController(): UIViewController {
32
let vc = this.hostView ? this.hostView.viewController : UIApplication.sharedApplication.keyWindow.rootViewController;
33
while (
0 commit comments