We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c371a18 commit 6704f95Copy full SHA for 6704f95
1 file changed
app/src/main/java/to/bitkit/ui/screens/widgets/components/WidgetSizeCarousel.kt
@@ -23,9 +23,9 @@ import to.bitkit.ui.components.Caption13Up
23
import to.bitkit.ui.components.VerticalSpacer
24
import to.bitkit.ui.theme.Colors
25
26
-const val PAGE_SMALL = 0
27
-const val PAGE_WIDE = 1
28
-const val PAGE_COUNT = 2
+private const val PAGE_SMALL = 0
+private const val PAGE_WIDE = 1
+private const val PAGE_COUNT = 2
29
30
@Composable
31
fun WidgetSizeCarousel(
0 commit comments