Skip to content

Commit

Permalink
Format code to line length 100
Browse files Browse the repository at this point in the history
  • Loading branch information
SEGVeenstra committed Jul 12, 2024
1 parent 4a042bd commit 6a01edb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/flick_video_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ class _FlickVideoPlayerState extends State<FlickVideoPlayer> with WidgetsBinding

_setSystemUIOverlays() {
if (_isFullscreen) {
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: widget.systemUIOverlayFullscreen);
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,
overlays: widget.systemUIOverlayFullscreen);
} else {
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: widget.systemUIOverlay);
}
Expand Down

0 comments on commit 6a01edb

Please sign in to comment.