Skip to content

Commit

Permalink
Always highlight starred articles Option position moved up by one slot
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroGuida committed Jan 21, 2024
1 parent a306a13 commit 16cb0ce
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,6 @@ fun FlowPageStylePage(
(!articleListStickyDate).put(context, scope)
}
}
SettingItem(
title = stringResource(R.string.tonal_elevation),
desc = "${articleListTonalElevation.value}dp",
onClick = {
articleListTonalElevationDialogVisible = true
},
) {}
Tips(text = stringResource(R.string.tips_article_list_tonal_elevation))
Spacer(modifier = Modifier.height(24.dp))
SettingItem(
title = stringResource(R.string.article_list_always_highlight_starred),
onClick = {
Expand All @@ -203,6 +194,15 @@ fun FlowPageStylePage(
(!articleListAlwaysHighlightStarred).put(context, scope)
}
}
SettingItem(
title = stringResource(R.string.tonal_elevation),
desc = "${articleListTonalElevation.value}dp",
onClick = {
articleListTonalElevationDialogVisible = true
},
) {}
Tips(text = stringResource(R.string.tips_article_list_tonal_elevation))
Spacer(modifier = Modifier.height(24.dp))
}

// Filter Bar
Expand Down

0 comments on commit 16cb0ce

Please sign in to comment.