On Fri Nov 4 13:43:33 2022 +0000, Gabriel Ivăncescu wrote:
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.
Nevermind, it seems it's not needed, I probably messed something up last time, so I guess I'll use navigate_fragment then.