Add Compose lint checks
Still need to address most of them though.
This commit is contained in:
@@ -75,8 +75,8 @@ fun SetIntervalDialog(
|
||||
}
|
||||
}
|
||||
WheelTextPicker(
|
||||
size = size,
|
||||
items = items,
|
||||
size = size,
|
||||
startIndex = selectedInterval,
|
||||
onSelectionChanged = { selectedInterval = it },
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user