Fix navigation issue. LocationViewer should not use the Appyx overlay.
This commit is contained in:
parent
dbb062f230
commit
04edf84783
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue