You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
I have a fragment class (A) and a parent fragment class (B). Both with @Afterviews methods.
The code generated always executes the method in A, before B. I would have thought that you'd generally want to execute the parent class code before it's child (but of course, not always)