Fix: removed the auto keyboard from homescreen.

This will stop the keyboard from showing on the home screen and only display in the app draw.

Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ <wayne6324@gmail.com>
This commit is contained in:
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
2024-05-21 08:24:12 +01:00
committed by GitHub
parent ecaa2e3870
commit 96c023e944

View File

@@ -188,7 +188,6 @@ class DrawFragment : Fragment(), OnItemClickedListener.OnAppsClickedListener,
super.onStart()
observeDrawerApps()
binding.drawAdapter.scrollToPosition(0)
if (preferenceHelper.automaticKeyboard) binding.searchViewText.showKeyboard()
}
override fun onStop() {