ios_platform_view tests pass when device rotated (#75665)

This commit is contained in:
Jenn Magder 2021-02-09 10:08:08 -08:00 committed by GitHub
parent 152d88a3df
commit ac13cd35a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,