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
While investigating a crash in #2 we later saw an issue with window.request_redraw() not working as expected if issued during a RedrawRequested callback:
While investigating a crash in #2 we later saw an issue with
window.request_redraw()
not working as expected if issued during aRedrawRequested
callback:I.e. This didn't work:
...but adding an if check inside
RedrawEventsCleared
did the trickOriginally posted by @tshrpl in https://github.com/rib/android-activity/issues/2#issuecomment-1137457821
The text was updated successfully, but these errors were encountered: