CalculateLayout no longer requires CSSLayoutContext #222
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since the native layer through JNI and P/Invoke do not use the
CSSLayoutContext
, should we get rid of that parameter at least in the C# version, if not the Java version as well?