This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
bitmap is already recycle error #15
Closed
Description
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);
(AC) => (EG) => (D) bitmap is already recycle error.
thanks