S
NOTIFICATION_ID
Size: a a a
S
NOTIFICATION_ID
К
S
P
JF
requireActivity().
requestKeyboardFocus(usernameEditText)
->fun Activity.requestKeyboardFocus(focusView: View) {
focusView.requestFocus()
getInputMethodManager().toggleSoftInput(
InputMethodManager.
SHOW_IMPLICIT,
InputMethodManager.
HIDE_IMPLICIT_ONLY)
}
getInputMethodManager()
-> fun Context.getInputMethodManager() = getSystemService(Context.
INPUT_METHOD_SERVICE) as InputMethodManager
S
К
JF
S
К
СП
S
К
JF
СП
JF
S
Н
СП
К