mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-21 08:24:22 +01:00
Fix not working navigation
This commit is contained in:
@@ -46,8 +46,8 @@ internal fun HomeScreen() {
|
||||
startDestination = NavigationId.HOME.id
|
||||
) {
|
||||
composable(NavigationId.SCANNER.id) {
|
||||
// val profile = viewModel.profile!!
|
||||
FindDeviceScreen(ParcelUuid(Profile.CSC.uuid)) {
|
||||
val profile = viewModel.profile!!
|
||||
FindDeviceScreen(ParcelUuid(profile.uuid)) {
|
||||
viewModel.onScannerFlowResult(it)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user