mirror of
https://github.com/FossifyOrg/Launcher.git
synced 2026-04-20 23:07:44 -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).