Commit d4327779 authored by Vladislav Bogdashkin's avatar Vladislav Bogdashkin 🎣

fix preview not show up on loading

parent 6478b8b0
...@@ -91,6 +91,7 @@ class RendererThread(val context: Context, val surface: SurfaceTexture) ...@@ -91,6 +91,7 @@ class RendererThread(val context: Context, val surface: SurfaceTexture)
) { ) {
Timber.d(" onResourceReady $resource") Timber.d(" onResourceReady $resource")
bmpCache[index] = resource bmpCache[index] = resource
isDirty = true
} }
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment