Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/PFL-83/intorduce-basic-pip' into…
Browse files Browse the repository at this point in the history
… PFL-83/intorduce-basic-pip
  • Loading branch information
zigavehovec committed Dec 22, 2023
2 parents 4f1efd2 + 973b20b commit 7c74e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/pages/picture_in_picture.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class _PictureInPictureState extends State<PictureInPicture> {
super.dispose();
}

// Since PiP on Android is basically just the whole screen fitted in a small
// Since PiP on Android is basically just the whole activity fitted in a small
// floating window, we don't want to display the whole scaffold
bool get renderOnlyPlayerView => Platform.isAndroid && _isInPictureInPicture;

Expand Down

0 comments on commit 7c74e58

Please sign in to comment.