mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-19 07:24:22 +01:00
Set initial scan state of OnlyWithNames filter to true
This commit is contained in:
@@ -23,7 +23,7 @@ val ScannerDestination = defineDestination(ScannerDestinationId) {
|
||||
state = rememberFilterState(
|
||||
dynamicFilters = listOf(
|
||||
OnlyNearby(),
|
||||
OnlyWithNames(),
|
||||
OnlyWithNames(isInitiallySelected = true),
|
||||
)
|
||||
),
|
||||
onResultSelected = {
|
||||
|
||||
Reference in New Issue
Block a user