Skip to content

Commit

Permalink
Ignore top safe area insets for material controls
Browse files Browse the repository at this point in the history
  • Loading branch information
George R committed Feb 14, 2024
1 parent 33e95c0 commit a6ac6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/material/material_controls.dart
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ class _MaterialControlsState extends State<MaterialControls>
bottom: !chewieController.isFullScreen ? 10.0 : 0,
),
child: SafeArea(
top: false,
bottom: chewieController.isFullScreen,
minimum: chewieController.controlsSafeAreaMinimum,
child: Column(
Expand Down

0 comments on commit a6ac6e4

Please sign in to comment.