mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-20 23:22:07 +00:00
remove == true
This commit is contained in:
parent
43068bdd82
commit
40cd5eb081
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class _MangaDetailsViewState extends ConsumerState<MangaDetailsView> {
|
|||
builder: (context, ref, child) {
|
||||
final chaptersList = ref.watch(chaptersListttStateProvider);
|
||||
final isExtended = ref.watch(isExtendedStateProvider);
|
||||
return ref.watch(isLongPressedStateProvider) == true
|
||||
return ref.watch(isLongPressedStateProvider)
|
||||
? Container()
|
||||
: chaptersList.isNotEmpty &&
|
||||
chaptersList
|
||||
|
|
|
|||
Loading…
Reference in a new issue