jrpie / Launcher

A distraction-free minimal homescreen for Android.
https://f-droid.org/packages/de.jrpie.android.launcher/index.html
Other
22 stars 4 forks source link

New settings lagging on opening #32

Closed toby-bro closed 5 days ago

toby-bro commented 6 days ago

Describe the bug When opening the new settings there is a whole second before it realizes the keyboard is deactivated (or so I think this is the problem because it is not full screen straight away

To Reproduce Steps to reproduce the behavior:

toby-bro commented 6 days ago

https://github.com/user-attachments/assets/0b9e39c7-4aeb-4bcd-a55d-ab2cac82d1c8

jrpie commented 6 days ago

Thanks for reporting! Does the lag still appear when setting background to "solid"? "Blur" is quite CPU intensive, maybe not a good default (especially since most people probably use a single color background with this app)

toby-bro commented 5 days ago

whereas the background is dim, blur or solid the behaviour is exactly the same

jrpie commented 5 days ago

Looks like keyboard is indeed the problem. When the settings activity is started, the keyboard is still visible, so it starts in the Setting android:windowSoftInputMode="adjustNothing" for the settings activity seems to fix the lag.