dioxus
dioxus copied to clipboard
add android_sync_lock to wry event handler to avoid refcell errors
On Android refcell already borrowed errors were ocassionally happening, due to no check in the wry event handler that would overlap with execution from asset handlers or other functions.