Fix navigation issue. LocationViewer should not use the Appyx overlay.

This commit is contained in:
Benoit Marty
2024-12-03 10:17:28 +01:00
parent 5443cf83c9
commit 434ba4b82c

View File

@@ -392,7 +392,7 @@ class MessagesFlowNode @AssistedInject constructor(
location = event.content.location,
description = event.content.description,
)
overlay.show(navTarget)
backstack.push(navTarget)
true
}
else -> false