Skip to content

Files

Latest commit

 

History

History
6 lines (5 loc) · 219 Bytes

SoftInputKeyboard.md

File metadata and controls

6 lines (5 loc) · 219 Bytes

1. Hide Soft Input Keyboard

val imm: InputMethodManager = activity.getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager
imm.hideSoftInputFromWindow(activity.currentFocus.windowToken, 0)