0

I've been struggling with this for a little while now.

I'm using NavigationExtensions.kt with Bottom Navigation in a Java project.

How do I call the action of one navgraph from another navgraph?

ibyte
  • 463
  • 4
  • 17

1 Answers1

0

At the moment, I've got a temporary solution where I have added duplicate entries to the required graphs. And it works well.

I've tried out Global Actions but they work only with a single graph.

Any better solutions out there?

ibyte
  • 463
  • 4
  • 17