Circular Reference with Nested Nav Graphs
问题 I have a complex navigation structure, I go from one nav graph then based on some logic, decide which nav graph to go to there. However both the nav graphs share 3 other nav graphs. See image below Currently I get a circular reference error if I try to include each nav graph in the A & B. I have also tried creating a global action, which leads to illegal argument exception since it doesn't exist on the nav graph. Please help!!! 来源: https://stackoverflow.com/questions/61083805/circular