Enable detekt rules UnderscoresInNumericLiterals and fix existing issues.
This commit is contained in:
committed by
Benoit Marty
parent
0e219200b0
commit
b3cf0d2cf1
+1
-1
@@ -44,7 +44,7 @@ internal fun DatePickerPreviewDark() {
|
||||
@Composable
|
||||
private fun ContentToPreview() {
|
||||
val state = rememberDatePickerState(
|
||||
initialSelectedDateMillis = 1672578000000L,
|
||||
initialSelectedDateMillis = 1_672_578_000_000L,
|
||||
)
|
||||
AlertDialogContent(
|
||||
buttons = { /*TODO*/ },
|
||||
|
||||
Reference in New Issue
Block a user