|
|
@@ -90,7 +90,7 @@ class ChewieState extends State<Chewie> {
|
|
|
_ChewieControllerProvider controllerProvider) {
|
|
|
return WillPopScope(
|
|
|
child: Scaffold(
|
|
|
- resizeToAvoidBottomPadding: false,
|
|
|
+ resizeToAvoidBottomInset: false,
|
|
|
body: Container(
|
|
|
alignment: Alignment.center,
|
|
|
color: Colors.black,
|
|
|
@@ -139,7 +139,7 @@ class ChewieState extends State<Chewie> {
|
|
|
Future<dynamic> _pushFullScreenWidget(BuildContext context) async {
|
|
|
final isAndroid = Theme.of(context).platform == TargetPlatform.android;
|
|
|
final TransitionRoute<Null> route = PageRouteBuilder<Null>(
|
|
|
- settings: RouteSettings(isInitialRoute: false),
|
|
|
+ settings: RouteSettings(),
|
|
|
pageBuilder: _fullScreenRoutePageBuilder,
|
|
|
);
|
|
|
|