Skip to content

Commit

Permalink
chore: hide conversation favorite filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Garzas committed Dec 10, 2024
1 parent 062f329 commit f4d044c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fun ConversationFilterSheetContent(
customVerticalPadding = dimensions().spacing8x
),
menuItems = buildList<@Composable () -> Unit> {
ConversationFilter.entries.forEach { filter ->
ConversationFilter.entries.filter { it != ConversationFilter.FAVORITES }.forEach { filter ->
add {
MenuBottomSheetItem(
title = stringResource(filter.getResource()),
Expand Down

0 comments on commit f4d044c

Please sign in to comment.