It's so awesome
This commit is contained in:
parent
ac0f539692
commit
ca1fe4aff3
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ class PublishFragment : DialogFragment() {
|
|||
messageText.postDelayed({
|
||||
messageText.requestFocus()
|
||||
val imm = requireContext().getSystemService(Context.INPUT_METHOD_SERVICE) as? InputMethodManager
|
||||
imm?.showSoftInput(messageText, InputMethodManager.SHOW_FORCED)
|
||||
imm?.showSoftInput(messageText, InputMethodManager.SHOW_IMPLICIT)
|
||||
}, 200)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue