mirror of
https://github.com/immich-app/immich.git
synced 2026-01-30 15:43:45 -05:00
fix: brief flashing when swiping from video (#22187)
This commit is contained in:
parent
265ed0b38f
commit
54ed78d0bf
@ -322,6 +322,9 @@ class NativeVideoViewer extends HookConsumerWidget {
|
||||
removeListeners(playerController);
|
||||
}
|
||||
|
||||
if (value != null) {
|
||||
isVisible.value = _isCurrentAsset(value, asset);
|
||||
}
|
||||
final curAsset = currentAsset.value;
|
||||
if (curAsset == asset) {
|
||||
return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user