mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob][photos] Set volume to full in native video player
This commit is contained in:
parent
553e62dfae
commit
3652430b59
@ -298,6 +298,7 @@ class _VideoWidgetNativeState extends State<VideoWidgetNative>
|
||||
type: VideoSourceType.file,
|
||||
);
|
||||
await controller.loadVideoSource(videoSource);
|
||||
unawaited(controller.setVolume(1));
|
||||
await controller.play();
|
||||
_isControllerInitialized.value = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user