mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-28 23:08:59 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user