Merge "Tame the monkey. Bug #2547546" into froyo
This commit is contained in:
@@ -236,10 +236,14 @@ public class Dialog implements DialogInterface, Window.Callback,
|
|||||||
WindowManager.LayoutParams.SOFT_INPUT_IS_FORWARD_NAVIGATION;
|
WindowManager.LayoutParams.SOFT_INPUT_IS_FORWARD_NAVIGATION;
|
||||||
l = nl;
|
l = nl;
|
||||||
}
|
}
|
||||||
mWindowManager.addView(mDecor, l);
|
|
||||||
mShowing = true;
|
|
||||||
|
|
||||||
sendShowMessage();
|
try {
|
||||||
|
mWindowManager.addView(mDecor, l);
|
||||||
|
mShowing = true;
|
||||||
|
|
||||||
|
sendShowMessage();
|
||||||
|
} finally {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user