mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-24 08:32:13 +00:00
Update library_screen.dart
This commit is contained in:
parent
cc05ee13e8
commit
e33af9cbe6
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class _LibraryScreenState extends ConsumerState<LibraryScreen>
|
|||
void dispose() {
|
||||
_textEditingController.dispose();
|
||||
tabBarController?.dispose();
|
||||
_searchDebounce?.cancel;
|
||||
_searchDebounce?.cancel();
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue