Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisar committed Dec 12, 2024
1 parent 4537b92 commit df1bcdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fun PrefScreenDemoFilter(
.fillMaxWidth()
.padding(horizontal = 8.dp),
items = filterModes,
mapper = { it.javaClass.simpleName },
mapper = { item, dropdown -> item.javaClass.simpleName },
selected = filter.mode,
title = "Filter Mode"
)
Expand Down

0 comments on commit df1bcdc

Please sign in to comment.