[fenix] For https://github.com/mozilla-mobile/fenix/issues/24908 - Reverse the chevrons direction in ExpandableListHeader

pull/600/head
Mugurell 2 years ago committed by mergify[bot]
parent b495c724d9
commit bceb3b506d

@ -76,7 +76,7 @@ fun ExpandableListHeader(
Icon(
painter = painterResource(
if (expanded) R.drawable.ic_chevron_down else R.drawable.ic_chevron_up
if (expanded) R.drawable.ic_chevron_up else R.drawable.ic_chevron_down
),
contentDescription = if (expanded) {
collapseActionContentDescription

Loading…
Cancel
Save