mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
turn on volume when video plays
This commit is contained in:
parent
7bf5a19971
commit
0876897843
@ -147,6 +147,7 @@ class NativeVideoViewerPage extends HookConsumerWidget {
|
|||||||
|
|
||||||
void onPlaybackReady() {
|
void onPlaybackReady() {
|
||||||
controller.value?.play();
|
controller.value?.play();
|
||||||
|
controller.value?.setVolume(0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
void onPlaybackPositionChanged() {
|
void onPlaybackPositionChanged() {
|
||||||
|
@ -1761,10 +1761,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: vm_service
|
name: vm_service
|
||||||
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
|
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "14.2.5"
|
version: "14.2.4"
|
||||||
wakelock_plus:
|
wakelock_plus:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user