Skip to content

Commit

Permalink
Merge pull request fluttercommunity#815 from MadGeorge/material-contr…
Browse files Browse the repository at this point in the history
…ols-safe-area-fix

Fix the Safe area conflict for material controls in Android
  • Loading branch information
diegotori authored Apr 1, 2024
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
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 99000b8

Please sign in to comment.