mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-15 02:05:58 -07:00
fix: Clear library screen on user switch
This commit is contained in:
parent
1cbeb146b1
commit
4933853656
2 changed files with 6 additions and 0 deletions
|
|
@ -217,4 +217,8 @@ class LibraryScreen extends _$LibraryScreen {
|
|||
|
||||
return null;
|
||||
}
|
||||
|
||||
void clear() {
|
||||
state = LibraryScreenModel();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue