fix(artist): drop blurBackground stretch mode on the header

Dormant until bouncing physics enabled real overscroll; the stretch zoom
stays, but blurring the artist image while it grows looked broken.
This commit is contained in:
zarzet
2026-07-14 09:09:50 +07:00
parent 8a332c566a
commit 7a0be15359
+1 -4
View File
@@ -1347,10 +1347,7 @@ class _ArtistScreenState extends ConsumerState<ArtistScreen>
),
],
),
stretchModes: const [
StretchMode.zoomBackground,
StretchMode.blurBackground,
],
stretchModes: const [StretchMode.zoomBackground],
),
leading: IconButton(
tooltip: MaterialLocalizations.of(context).backButtonTooltip,