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

Commit e16741b2 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 272b504e: Merge "Tame the monkey. Bug #2547546" into froyo

Merge commit '272b504e' into froyo-plus-aosp

* commit '272b504e':
  Tame the monkey.
parents 9d59c70a 272b504e
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 {
        }
    }
    
    /**