Skip to content

Commit

Permalink
Merge pull request #815 from MadGeorge/material-controls-safe-area-fix
Browse files Browse the repository at this point in the history
Fix the Safe area conflict for material controls in Android
diegotori authored Apr 1, 2024

Verified

This commit was signed with the committer’s verified signature.
2 parents 8558b3e + a6ac6e4 commit 99000b8
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
@@ -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(

0 comments on commit 99000b8

Please sign in to comment.