Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c84e5c54 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6878234 from 496e5d05 to sc-release

Change-Id: I5e9a537937c34b785143b791f51bc11d25bb65db
parents 16a2a80f 496e5d05
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -314,7 +314,8 @@ public final class Shared {
    public static void ensureKeyboardPresent(Context context, AlertDialog dialog) {
        if (!isHardwareKeyboardAvailable(context)) {
            dialog.getWindow().setSoftInputMode(
                    WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE);
                    WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE
                            | WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
        }
    }