Skip to content

Commit 1e05415

Browse files
committed
Remove the jetpack-compose preview methods
1 parent 9f4ba6e commit 1e05415

File tree

1 file changed

+0
-6
lines changed
  • kv-color-picker/src/main/kotlin/com/kavi/droid/color/picker/ui/common

1 file changed

+0
-6
lines changed

kv-color-picker/src/main/kotlin/com/kavi/droid/color/picker/ui/common/SliderHue.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,4 @@ private fun DrawScope.drawBitmap(
146146
null
147147
)
148148
}
149-
}
150-
151-
@Preview
152-
@Composable
153-
fun HuePanel_Preview() {
154-
SliderHue(Modifier, {})
155149
}

0 commit comments

Comments
 (0)