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
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
I'm not good at English
I will speak briefly.
I had to request the data from the web asynchronously.
And call method.
=> FlipViewController.setSelection()
=> Adapter.getView()
=> ImageManager.load()
=> OnImageLoaded => refreshPage()
[Working thread]
Thread1
=> (A) FlipViewController.setSelection() => ... => (B) ViewDualCards.buildTexture() => (C) Texture.createTexture() => (D) GLUtils.texSubImage2D(..., bitmap);
Thread2
(E) refreshPage() => (F) markForceReload() => (G) UI.recycleBitmap(screenshot);
(A
C) => (EG) => (D) bitmap is already recycle error.thanks
The text was updated successfully, but these errors were encountered: