1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-219 Editor | Enhancement | Show keyboard in search fields in search bars (#2624)

This commit is contained in:
Mikhail 2022-10-03 19:07:29 +03:00 committed by GitHub
parent e54907b2bf
commit 12707c651d
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 17 deletions

View file

@ -93,6 +93,7 @@ class LinkToObjectOrWebPagesFragment() :
layoutManager = LinearLayoutManager(requireContext())
adapter = objectLinksAdapter
}
filterInputField.showKeyboard()
}
override fun onStart() {