mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 16:56:46 +01:00
turn on volume when video plays
This commit is contained in:
parent
9c470def18
commit
5e8ee6dc5f
2 changed files with 3 additions and 2 deletions
|
@ -147,6 +147,7 @@ class NativeVideoViewerPage extends HookConsumerWidget {
|
|||
|
||||
void onPlaybackReady() {
|
||||
controller.value?.play();
|
||||
controller.value?.setVolume(0.9);
|
||||
}
|
||||
|
||||
void onPlaybackPositionChanged() {
|
||||
|
|
|
@ -1761,10 +1761,10 @@ packages:
|
|||
dependency: transitive
|
||||
description:
|
||||
name: vm_service
|
||||
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
|
||||
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "14.2.5"
|
||||
version: "14.2.4"
|
||||
wakelock_plus:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue