mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
chore: Add video background
This commit is contained in:
parent
541d488f53
commit
f79adea8da
@ -115,7 +115,7 @@ class _EventVideoPlayerState extends State<EventVideoPlayer> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
] else
|
] else
|
||||||
Center(child: Chewie(controller: chewieManager)),
|
Material(child: Center(child: Chewie(controller: chewieManager))),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user