This commit is contained in:
Moustapha Kodjo Amadou 2025-11-07 18:23:48 +01:00
parent ea50cc91ca
commit e288cb00d3

View file

@ -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(