fix: Clear library screen on user switch

This commit is contained in:
PartyDonut 2025-08-30 09:30:57 +02:00
parent 1cbeb146b1
commit 4933853656
2 changed files with 6 additions and 0 deletions

View file

@ -217,4 +217,8 @@ class LibraryScreen extends _$LibraryScreen {
return null;
}
void clear() {
state = LibraryScreenModel();
}
}