2094b15432
In another installment of "how on earth?!", using a 1px border instead of a 0.2px border fixes view clipping on a device where it didn't work before (Moto X Play). Observations: - When nothing was rendered, rotating the device made the buttons show up, this makes me think the Surface is not properly composited with the toolbar view for some reason. Why this happens in some devices and not in others remains a mistery. Other approaches attempted: - Setting View.collapsed to false so it will remain in the view hierarchy. It made no effect. - Setting View.needsOffscreenAlphaCompositing to true. It made no effect. Just like before, I came up with this workaround by accident, but couldn't find another way, so here we go again. |
||
---|---|---|
.. | ||
components | ||
functions.js | ||
index.js |