mirror of
https://github.com/FossifyOrg/Launcher.git
synced 2026-06-14 19:47:25 -04:00
Scrolling down was slow (see issue #65) because the keyboard was being hidden every time there was a scroll down event. Hiding the keyboard is an expensive operation (found through profiling). They keyboard only needs to be hidden if the search bar is being used (in focus).