iOS calling Window::request_redraw()
inside WindowEvent::RedrawRequested
#3406
Labels
Window::request_redraw()
inside WindowEvent::RedrawRequested
#3406
Calling
Window::request_redraw()
insideWindowEvent::RedrawRequested
currently panics on iOS.We should not only not panic, but also correctly schedule the next
WindowEvent::RedrawRequested
.This is related to #2412.
The text was updated successfully, but these errors were encountered: