mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
Fix icon direction logic in ListTileChapterSort widget
This commit is contained in:
parent
951781f415
commit
75472aed62
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class ListTileChapterSort extends StatelessWidget {
|
|||
iconColor: Theme.of(context).primaryColor,
|
||||
dense: true,
|
||||
leading: Icon(
|
||||
reverse ? Icons.arrow_downward_sharp : Icons.arrow_upward_sharp,
|
||||
!reverse ? Icons.arrow_downward_sharp : Icons.arrow_upward_sharp,
|
||||
color: showLeading
|
||||
? Theme.of(context).primaryColor
|
||||
: Colors.transparent,
|
||||
|
|
|
|||
Loading…
Reference in a new issue