Skip to content

Fix freeze on mobile by removing animation from auto hiding header

Carl Schwan requested to merge work/fix-freeze-on-mobile into master

The animation was causing bugs when using QT_QUICK_CONTROLS_MOBILE=1, this was particulary affecting NeoChat but also other chat applications using a ListView.BottomToTop.

Simply removing the animation fix the bug.

Merge request reports