Skip to content

ApplicationPage: Fix infinite resize loop on screenshoots

Aleix Pol Gonzalez requested to merge work/loopyloop into master

We were fitting it in height and it was freaking out whenever the horizontal scrollbar appeared.

Now it depends on the ScrollView size instead of the ListView and so the loop is broken.

BUG: 449583

Merge request reports