Skip to content

Commit

Permalink
fixed resizeToAvoidBottomPadding
Browse files Browse the repository at this point in the history
  • Loading branch information
pinpong authored and nstrelow committed Jan 20, 2021
1 parent 6efa519 commit fd785e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/lib/auto_rotate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class _ChewieDemoState extends State<ChewieDemo> {
builder: (BuildContext context, Widget child) {
return VideoScaffold(
child: Scaffold(
resizeToAvoidBottomPadding: false,
resizeToAvoidBottomInset: false,
body: Container(
alignment: Alignment.center,
color: Colors.black,
Expand Down
2 changes: 1 addition & 1 deletion lib/src/chewie_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class ChewieState extends State<Chewie> {
_ChewieControllerProvider controllerProvider,
) {
return Scaffold(
resizeToAvoidBottomPadding: false,
resizeToAvoidBottomInset: false,
body: Container(
alignment: Alignment.center,
color: Colors.black,
Expand Down

0 comments on commit fd785e4

Please sign in to comment.