mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
adds bottom safe area to video player (#2194)
This commit is contained in:
parent
e241fd0418
commit
0979906933
1 changed files with 3 additions and 0 deletions
|
@ -151,6 +151,9 @@ class _VideoThumbnailPlayerState extends State<VideoThumbnailPlayer> {
|
||||||
|
|
||||||
_createChewieController() {
|
_createChewieController() {
|
||||||
chewieController = ChewieController(
|
chewieController = ChewieController(
|
||||||
|
controlsSafeAreaMinimum: const EdgeInsets.only(
|
||||||
|
bottom: 156,
|
||||||
|
),
|
||||||
showOptions: true,
|
showOptions: true,
|
||||||
showControlsOnInitialize: false,
|
showControlsOnInitialize: false,
|
||||||
videoPlayerController: videoPlayerController,
|
videoPlayerController: videoPlayerController,
|
||||||
|
|
Loading…
Add table
Reference in a new issue