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
emilk
changed the title
Glow/Android Only: Going directly from EFrame to Home breaks the EFrame on resume
Glow/Android Only: Going directly from eframe to Home breaks the eframe on resume
Jan 22, 2024
Addition for <#3847>
In previous one i only fixed crash occurring with Wgpu backend. This
fixes crash with Glow backend as well.
I only tested this change with android so most things i changed are
behind ```#[cfg(target_os = "android")]```.
Both fixes are dirty thought. As
<#3172> says that "The root viewport
is the original viewport, and cannot be closed without closing the
application.". So they break rules i guess? But i can't think about
better solution for now.
Closes <#3861>.
now on master everything android work except for this very specific scenario:
timeline:
wgpu
#3847 wgpu works perfectlyThe text was updated successfully, but these errors were encountered: