Navigation from destination a.b.c to a.b.d
I'm using states as my waypoints. Problem is really simple. Navigation structure is something like this:
a.b
a.c
a.d.a
a.d.b
a.d.c
a.e
a.f.a
a.f.b
a.f.c
a.g
Everything works fine if I'm navigation on 2nd level. From a.b to a.c, a.g to a.e works great but when destination goes deeper, 3rd level or more there is always problem with navigating to final view states (landmarks). I can navigate do a.d view but can't view a.d.b state.
When I'm trying to navigate to a.d.b it always navigates to a.d.a. From a.d.a it's impossible to navigate to a.d.b. Dispatching evend does nothing. I tried everything and now I'm debugging library code to find out what's wrong but I'm feeling like just wasting time because I can't find solution here.
Any one can help?
