mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
Refactor
This commit is contained in:
parent
ea50cc91ca
commit
e288cb00d3
1 changed files with 1 additions and 5 deletions
|
|
@ -1937,11 +1937,7 @@ class _MangaDetailViewState extends ConsumerState<MangaDetailView>
|
|||
children: [
|
||||
Expanded(child: widget.action!),
|
||||
if (!isLocalArchive) Expanded(child: _smartUpdateDays()),
|
||||
Expanded(
|
||||
child: widget.itemType == ItemType.novel
|
||||
? SizedBox.shrink()
|
||||
: _action(),
|
||||
),
|
||||
if (widget.itemType != ItemType.novel) Expanded(child: _action()),
|
||||
if (!isLocalArchive)
|
||||
Expanded(
|
||||
child: SizedBox(
|
||||
|
|
|
|||
Loading…
Reference in a new issue