Showing
1 changed file
with
1 additions
and
1 deletions
@@ -64,7 +64,7 @@ class ScreenUtil { | @@ -64,7 +64,7 @@ class ScreenUtil { | ||
64 | window = binding.platformDispatcher.implicitView; | 64 | window = binding.platformDispatcher.implicitView; |
65 | } | 65 | } |
66 | 66 | ||
67 | - if (window == null || window!.physicalGeometry.isEmpty) { | 67 | + if (window == null || window!.physicalSize.isEmpty) { |
68 | return Future.delayed(duration, () => true); | 68 | return Future.delayed(duration, () => true); |
69 | } | 69 | } |
70 | 70 |
-
Please register or login to post a comment