Neamar / KISS

Lightning fast, open-source, < 250kb Android launcher
https://kisslauncher.com/
GNU General Public License v3.0
2.85k stars 579 forks source link

Do not hide keyboard when dispatching touch event #2285

Closed syphyr closed 1 month ago

syphyr commented 1 month ago

Fix bug again in UI the cuts off app menu when keyboad is hidden after long press. Checking if edit view is currently active has been reported to be problematic on some versions of Android.

syphyr commented 1 month ago

Awaiting confirmation first before merging

t-e-s-tweb commented 1 month ago

doesn't fix. still the same problem. Lets hold on it for now and see if someone else reports the bug. I have an older device, I'll check it on that tomorrow to see if its because of android version.

syphyr commented 1 month ago

doesn't fix. still the same problem. Lets hold on it for now and see if someone else reports the bug. I have an older device, I'll check it on that tomorrow to see if its because of android version.

I've made a few more changes in case you would like to try testing this again.

t-e-s-tweb commented 1 month ago

nope. didn't get fixed on my end.

syphyr commented 1 month ago

nope. didn't get fixed on my end.

Thanks for checking. I have just changed it now to not hide the keyboard at all until I can figure out how to fix it. Please try again with this latest change.

marunjar commented 1 month ago

looks fine, behaviour is back to 'normal' now.