mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-08 20:19:29 +00:00
refactor: update personalized view handling, improve GitHub issue link, and adjust VaaniLogo size
This commit is contained in:
parent
fa815ae206
commit
758e4cdc83
4 changed files with 11 additions and 5 deletions
|
|
@ -116,6 +116,8 @@ class PersonalizedView extends _$PersonalizedView {
|
|||
ref.read(apiSettingsProvider.notifier).updateState(
|
||||
apiSettings.copyWith(activeLibraryId: login.userDefaultLibraryId),
|
||||
);
|
||||
yield [];
|
||||
return;
|
||||
}
|
||||
// try to find in cache
|
||||
// final cacheKey = 'personalizedView:${apiSettings.activeLibraryId}';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue