Skip to content

Commit d8032dd

Browse files
committed
Fixed formatting.
1 parent b8b967b commit d8032dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/src/chewie_player.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class ChewieState extends State<Chewie> {
138138
builder: (context, w) => const PlayerWithControls(),
139139
),
140140
);
141-
141+
142142
if (kIsWeb && !_resumeAppliedInFullScreen) {
143143
_resumeAppliedInFullScreen = true;
144144
WidgetsBinding.instance.addPostFrameCallback((_) async {
@@ -187,8 +187,7 @@ class ChewieState extends State<Chewie> {
187187
rootNavigator: widget.controller.useRootNavigator,
188188
).push(route);
189189

190-
final wasPlaying =
191-
widget.controller.videoPlayerController.value.isPlaying;
190+
final wasPlaying = widget.controller.videoPlayerController.value.isPlaying;
192191

193192
if (kIsWeb) {
194193
await _reInitializeControllers(wasPlaying);

0 commit comments

Comments
 (0)