🐛 Fix album page user cache issue

This commit is contained in:
2024-12-08 11:30:20 +08:00
parent ed4fcf9944
commit be9b3f76d2
2 changed files with 5 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class NavigationProvider extends ChangeNotifier {
label: 'screenRealm',
),
AppNavDestination(
icon: Icon(Symbols.album, weight: 400, opticalSize: 20),
icon: Icon(Symbols.photo_library, weight: 400, opticalSize: 20),
screen: 'album',
label: 'screenAlbum',
),