mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-19 15:34:26 +01:00
Fix not working filtering on scanner screen
This commit is contained in:
@@ -19,7 +19,7 @@ val ScannerDestination = defineDestination(ScannerDestinationId) {
|
||||
val arg = navigationViewModel.parameterOf(ScannerDestinationId)
|
||||
|
||||
ScannerScreen(
|
||||
uuid = ParcelUuid(UUID.fromString("00001816-0000-1000-8000-00805f9b34fb")),
|
||||
uuid = arg,
|
||||
onResult = {
|
||||
when (it) {
|
||||
is DeviceSelected -> navigationViewModel.navigateUpWithResult(ScannerDestinationId, it.device)
|
||||
|
||||
Reference in New Issue
Block a user