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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user