On Fri Nov 4 10:52:55 2022 +0000, Jacek Caban wrote:
Now fragment-only navigation is not using `navigate_fragment()`. Why do you insist on using `super_navigate()`? You could just call `navigate_fragment()` from `navigate_uri()` when needed.
But the flag with BINDING_FRAGNAV is passed to super_navigate, so it should be using navigate_fragment, unless I'm missing something? I just moved the fragment check out of it since it's the only place where it was used, anyway (the other place has BINDING_NOFRAG).
As for why, AFAIK some tests failed if they didn't receive the notification before the fragment navigation, which super_navigate does.