Commit 87b52db4 authored by Roman Sedaikin's avatar Roman Sedaikin

Added fixes after merging.

parent 285c4f20
...@@ -147,7 +147,7 @@ open class SkiaLayer( ...@@ -147,7 +147,7 @@ open class SkiaLayer(
println("Falling back to $nextApi rendering...") println("Falling back to $nextApi rendering...")
redrawer?.dispose() redrawer?.dispose()
contextHandler = createContextHandler(this, nextApi) contextHandler = createContextHandler(this, nextApi)
redrawer = platformOperations.createRedrawer(this, nextApi) redrawer = platformOperations.createRedrawer(this, nextApi, properties)
needRedraw() needRedraw()
} }
} }
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