Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIn handle_navigate, revoke_paint_permission not called on the right pipeline #10162
Labels
Comments
|
Things changed quite a lot since. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure about this, could someone look at this and confirm my suspicions or explain to me why I'm wrong:
In
handle_navigate_msg,frame.currentis set tonext(which is correct), and then we callrevoke_paint_permission(prev)(which is correct), but withinrevoke_paint_permission, we useframe.current, which is notprevanymore. Sorevoke_paint_permissionis never called onprev.