1
0
Aidan Follestad 8 жил өмнө
parent
commit
5dffcab42e

+ 1 - 1
core/src/main/java/com/afollestad/materialdialogs/util/DialogUtils.java

@@ -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);
             }
         });
     }