Skip to content

Commit a6ac6e4

Browse files
author
George R
committed
Ignore top safe area insets for material controls
1 parent 33e95c0 commit a6ac6e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/material/material_controls.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ class _MaterialControlsState extends State<MaterialControls>
261261
bottom: !chewieController.isFullScreen ? 10.0 : 0,
262262
),
263263
child: SafeArea(
264+
top: false,
264265
bottom: chewieController.isFullScreen,
265266
minimum: chewieController.controlsSafeAreaMinimum,
266267
child: Column(

0 commit comments

Comments
 (0)