|
@@ -214,7 +214,7 @@ public class DialogUtils {
|
|
|
dialog.getInputEditText().requestFocus();
|
|
|
InputMethodManager imm = (InputMethodManager) builder.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
|
|
|
if (imm != null)
|
|
|
- imm.showSoftInput(dialog.getInputEditText(), InputMethodManager.SHOW_FORCED);
|
|
|
+ imm.showSoftInput(dialog.getInputEditText(), InputMethodManager.SHOW_IMPLICIT);
|
|
|
}
|
|
|
});
|
|
|
}
|