mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
Fixes image blur
This commit is contained in:
parent
b05d4fa7d3
commit
c0ef300040
@ -723,10 +723,10 @@ class GalleryViewerPage extends HookConsumerWidget {
|
|||||||
isZoomed.value = state != PhotoViewScaleState.initial;
|
isZoomed.value = state != PhotoViewScaleState.initial;
|
||||||
ref.read(showControlsProvider.notifier).show = !isZoomed.value;
|
ref.read(showControlsProvider.notifier).show = !isZoomed.value;
|
||||||
},
|
},
|
||||||
loadingBuilder: (context, event, index) => BackdropFilter(
|
loadingBuilder: (context, event, index) => ImageFiltered(
|
||||||
filter: ui.ImageFilter.blur(
|
imageFilter: ui.ImageFilter.blur(
|
||||||
sigmaX: 0.2,
|
sigmaX: 1,
|
||||||
sigmaY: 0.2,
|
sigmaY: 1,
|
||||||
),
|
),
|
||||||
child: ImmichThumbnail(
|
child: ImmichThumbnail(
|
||||||
asset: asset(),
|
asset: asset(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user