RikkaApps / Sui

Modern super user interface implementation on Android.
GNU General Public License v3.0
2.65k stars 152 forks source link

Problem with Sui in tablets running A12L+ #41

Closed rodrigoswz closed 1 year ago

rodrigoswz commented 2 years ago

It took me a long time to find out that it was Sui was causing this problem, and it's even a little tricky to explain... With Sui module enable/installed, opening Settings intents is buggy on tablets running A12L+.

In the screen recording below, when opening App Info page without Sui, "Settings dual panel" opens normally with App Info on the right and Settings categories on the left.

https://user-images.githubusercontent.com/14058427/190726207-c8aac6b1-61eb-4bb0-86b4-821c5565e0cd.mp4

But notice what happens when Sui is enabled: Settings is opened completely with the first category selected (Network and Internet) and using back gesture is displayed App Info page stretched.

https://user-images.githubusercontent.com/14058427/190726232-6f132778-c350-4d78-9c57-61c8a840cbf6.mp4

This happens with literally any shortcut that launches some page in the settings. App Info from launcher was just the example used in the video.

RikkaW commented 1 year ago

This build should solve your problem. https://github.com/RikkaApps/Sui/actions/runs/3176692498

rodrigoswz commented 1 year ago

Yes! I can confirm, this build fixed the problem.

Thank you very much 😁