Н
Size: a a a
Н
D
Н
D
Н
$
adb reboot bootloader
вызывает ошибку: error: closed
АУ
L
L
L
S
S
onViewCreated
showSoftInput
на toggleSoftInput(
InputMethodManager.
SHOW_IMPLICIT,
InputMethodManager.
HIDE_IMPLICIT_ONLY)
S
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
[]
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
[]
S
AC
AC
S