Unverified Commit aa7e1bf7 authored by Ivan Matkov's avatar Ivan Matkov Committed by GitHub

Set framebufferOnly = false (#728)

parent 8e62cef3
...@@ -224,6 +224,7 @@ internal class MetalLayer : CAMetalLayer { ...@@ -224,6 +224,7 @@ internal class MetalLayer : CAMetalLayer {
this.backgroundColor = this.backgroundColor =
CGColorCreate(CGColorSpaceCreateDeviceRGB(), it.addressOf(0)) CGColorCreate(CGColorSpaceCreateDeviceRGB(), it.addressOf(0))
} }
this.framebufferOnly = false
this.opaque = false // For UIKit interop through a "Hole" this.opaque = false // For UIKit interop through a "Hole"
skiaLayer.view?.let { skiaLayer.view?.let {
this.frame = it.frame this.frame = it.frame
......
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