зеркало из https://github.com/DeGsoft/maui-linux.git
Added UpdateScreenSize call at instantiation (#6912)
This commit is contained in:
Родитель
18730aaf60
Коммит
8b44a593b6
|
@ -17,6 +17,8 @@ namespace Xamarin.Forms.Platform.iOS
|
|||
public IOSDeviceInfo()
|
||||
{
|
||||
_notification = UIDevice.Notifications.ObserveOrientationDidChange(OrientationChanged);
|
||||
|
||||
UpdateScreenSize();
|
||||
}
|
||||
|
||||
public override Size PixelScreenSize => _pixelScreenSize;
|
||||
|
|
Загрузка…
Ссылка в новой задаче