mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix: Android platform.screen.mainScreen props are not invalidated after orientation change
Resolves #3270
This commit is contained in:
@@ -205,6 +205,7 @@ class IOSApplication implements definition.iOSApplication {
|
||||
break;
|
||||
}
|
||||
|
||||
common._onOrientationChanged();
|
||||
typedExports.notify(<definition.OrientationChangedEventData>{
|
||||
eventName: typedExports.orientationChangedEvent,
|
||||
ios: this,
|
||||
|
||||
Reference in New Issue
Block a user