The source project of this merge request has been removed.
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):
After (docked mode and hotspot are there):
However, with this setup, resetSwipeView()
doesn't work, and Quick Settings remains at the page it was left at.
Edited by User8395