Skip to content

appDisp allocation cycle fix

AllView's adaptToSize is called as part of viewStack allocation vfunc, and this makes the adjustment value to be reset while relayouting.

So, fix this by delaying this using the Meta later that we already had for pageIndicators operations.

Fixes: #1392 (closed)

Merge request reports