Bug fix on routing

This commit is contained in:
Kgothatso Ngako
2026-06-17 17:15:05 +03:00
parent 51873efb2a
commit 144c6cff3f

View File

@@ -425,7 +425,9 @@ fun AuxNavHost(
},
onNavigateToSearch = {
navController.navigate(
route = SearchRoute
route = SearchRoute(
activeUserPublicKey = route.activeUserPublicKey
)
)
},
onNavigateToDirectMessageDetail = { chatRoomDetailRoute ->