Unverified Commit ac13cd35 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

ios_platform_view tests pass when device rotated (#75665)

parent 152d88a3
......@@ -77,10 +77,11 @@ class PlatformViewPage extends StatelessWidget {
),
body: Column(
children: <Widget>[
Container(
child: const UiKitView(viewType: 'platform_view'),
width: 300,
height: 300,
Expanded(
child: Container(
child: const UiKitView(viewType: 'platform_view'),
width: 300,
),
),
ElevatedButton(
key: button,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment