refactor: enhance query to exclude local archives in updates screen
This commit is contained in:
parent
c4b153f60c
commit
478c408db7
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ class _UpdatesScreenState extends ConsumerState<UpdatesScreen>
|
|||
: _tabBarController.index == 1
|
||||
? ItemType.anime
|
||||
: ItemType.novel)
|
||||
.and()
|
||||
.isLocalArchiveEqualTo(false)
|
||||
.findAllSync();
|
||||
int numbers = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue