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

Commit 272b504e authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Tame the monkey. Bug #2547546" into froyo

parents 12cd8a3c 7eec2bcf
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -236,10 +236,14 @@ public class Dialog implements DialogInterface, Window.Callback,
                    WindowManager.LayoutParams.SOFT_INPUT_IS_FORWARD_NAVIGATION;
            l = nl;
        }

        try {
            mWindowManager.addView(mDecor, l);
            mShowing = true;
    
            sendShowMessage();
        } finally {
        }
    }
    
    /**