Fix navigation issue. LocationViewer should not use the Appyx overlay.
This commit is contained in:
parent
5443cf83c9
commit
434ba4b82c
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ class MessagesFlowNode @AssistedInject constructor(
|
||||||
location = event.content.location,
|
location = event.content.location,
|
||||||
description = event.content.description,
|
description = event.content.description,
|
||||||
)
|
)
|
||||||
overlay.show(navTarget)
|
backstack.push(navTarget)
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
else -> false
|
else -> false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue