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
|
startDestination = NavigationId.HOME.id
|
||||||
) {
|
) {
|
||||||
composable(NavigationId.SCANNER.id) {
|
composable(NavigationId.SCANNER.id) {
|
||||||
// val profile = viewModel.profile!!
|
val profile = viewModel.profile!!
|
||||||
FindDeviceScreen(ParcelUuid(Profile.CSC.uuid)) {
|
FindDeviceScreen(ParcelUuid(profile.uuid)) {
|
||||||
viewModel.onScannerFlowResult(it)
|
viewModel.onScannerFlowResult(it)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user