chore: Add video background

This commit is contained in:
Christian Pauly 2021-12-27 12:38:05 +01:00
parent 541d488f53
commit f79adea8da
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class _EventVideoPlayerState extends State<EventVideoPlayer> {
),
),
] else
Center(child: Chewie(controller: chewieManager)),
Material(child: Center(child: Chewie(controller: chewieManager))),
],
),
);