Skip to content

quicksettings: fix landscape not being scrollable

Currently, Quick Settings in landscape mode is not scrollable, due to issues with scrollViewComponent. This causes some buttons to become unseen in landscape mode but not portrait. This has been solved by deleting scrollViewComponent and replacing it with swipeViewComponent, to allow swiping to access other buttons in Quick Settings.

Before (docked mode and hotspot are missing):

screen-recording__1_

After (docked mode and hotspot are there):

screen-recording

However, with this setup, resetSwipeView() doesn't work, and Quick Settings remains at the page it was left at.

Edited by User8395

Merge request reports

Loading