1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-22 01:47:08 +02:00

adds bottom safe area to video player (#2194)

This commit is contained in:
martyfuhry 2023-04-06 13:51:52 -04:00 committed by GitHub
parent e241fd0418
commit 0979906933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,6 +151,9 @@ class _VideoThumbnailPlayerState extends State<VideoThumbnailPlayer> {
_createChewieController() {
chewieController = ChewieController(
controlsSafeAreaMinimum: const EdgeInsets.only(
bottom: 156,
),
showOptions: true,
showControlsOnInitialize: false,
videoPlayerController: videoPlayerController,