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
/// Upon receiving this command, [AndroidApp::native_window()] still
/// returns the existing window; after returning from the [AndroidApp::poll_events()]
/// callback then [AndroidApp::native_window()] will return None.
As we can see, poll_events's callback (with TerminateWindow) is triggered after the native window is set to None.
The text was updated successfully, but these errors were encountered:
This description does not correspond to reality:
As we can see, poll_events's callback (with TerminateWindow) is triggered after the native window is set to None.
The text was updated successfully, but these errors were encountered: