Describe the problem
The update of the BaseLayout.startLayout method from protected to public causes compile failures for applications that have extended BaseLayout.
How do you reproduce the problem?
Build an application that has extended the startLayout method in BaseLayout.
Expected behavior
Build succeeds
Is this issue blocking you?
Yes