fix(android): content uri handling improvements (#9936)

This commit is contained in:
Osei Fortune
2022-06-19 13:46:50 -04:00
committed by Nathan Walker
parent 4db4e4af27
commit 9fcd440690
5 changed files with 16 additions and 16 deletions

View File

@@ -370,7 +370,7 @@ export class Page extends PageBase {
this._ios = null;
super.disposeNativeView();
}
// @ts-ignore
get ios(): UIViewController {
return this._ios;