Skip to content

Commit

Permalink
Update visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ceribe committed Dec 5, 2021
1 parent e770c8a commit e46f54a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import androidx.compose.ui.Modifier
import kotlin.math.min

@Composable
fun OverflowMenu(params: OverflowMenuParamsDTO) {
internal fun OverflowMenu(params: OverflowMenuParamsDTO) {
with(params) {
val shownIcons = icons.subList(0, min(shownIconsCount, icons.size))
val hiddenIcons =
Expand Down

0 comments on commit e46f54a

Please sign in to comment.