Skip to content

Commit e46f54a

Browse files
committed
Update visibility
1 parent e770c8a commit e46f54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overflow-menu/src/main/java/com/ceribe/compose/overflowmenu/OverflowMenu.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import androidx.compose.ui.Modifier
99
import kotlin.math.min
1010

1111
@Composable
12-
fun OverflowMenu(params: OverflowMenuParamsDTO) {
12+
internal fun OverflowMenu(params: OverflowMenuParamsDTO) {
1313
with(params) {
1414
val shownIcons = icons.subList(0, min(shownIconsCount, icons.size))
1515
val hiddenIcons =

0 commit comments

Comments
 (0)