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 dbb062f230
commit 04edf84783

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