From 96c023e94464382eadf2b0dbafaabb1e987a77f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=B4=87C=E1=B4=8F=E1=B4=85=E1=B4=87s2=E1=B4=8D=E1=B4=9C?= =?UTF-8?q?=E1=B4=84=CA=9C?= Date: Tue, 21 May 2024 08:24:12 +0100 Subject: [PATCH] Fix: removed the auto keyboard from homescreen. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will stop the keyboard from showing on the home screen and only display in the app draw. Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ --- .../github/droidworksstudio/launcher/ui/drawer/DrawFragment.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/com/github/droidworksstudio/launcher/ui/drawer/DrawFragment.kt b/app/src/main/java/com/github/droidworksstudio/launcher/ui/drawer/DrawFragment.kt index 000674e..0b8a06e 100644 --- a/app/src/main/java/com/github/droidworksstudio/launcher/ui/drawer/DrawFragment.kt +++ b/app/src/main/java/com/github/droidworksstudio/launcher/ui/drawer/DrawFragment.kt @@ -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() {