Skip to content

Commit 342f070

Browse files
committed
Remove an outdated link
1 parent 1c68e55 commit 342f070

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

common/src/composeUiMain/kotlin/com/huanshankeji/compose/layout/ext/Hidden.composeUi.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ package com.huanshankeji.compose.layout.ext
33
import androidx.compose.ui.layout.layout
44
import com.huanshankeji.compose.ui.Modifier
55

6-
// This approach comes from Gemini: https://g.co/gemini/share/27cfdc47ecff.
7-
// also see: https://developer.android.com/develop/ui/compose/layouts/custom
6+
// From Gemini. Also see: https://developer.android.com/develop/ui/compose/layouts/custom.
87
actual fun Modifier.hidden(): Modifier =
98
platformModify {
109
layout { measurable, constraints ->

0 commit comments

Comments
 (0)