@Overridepublic void onPause() { super.onPause(); InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow(nameEdt.getWindowToken(), 0); }
@Overridepublic void onPause() { super.onPause(); InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow(nameEdt.getWindowToken(), 0); }