mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(android): content uri handling improvements (#9936)
This commit is contained in:
committed by
Nathan Walker
parent
4db4e4af27
commit
9fcd440690
@@ -370,7 +370,7 @@ export class Page extends PageBase {
|
||||
this._ios = null;
|
||||
super.disposeNativeView();
|
||||
}
|
||||
|
||||
|
||||
// @ts-ignore
|
||||
get ios(): UIViewController {
|
||||
return this._ios;
|
||||
|
||||
Reference in New Issue
Block a user