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

Commit 4a103550 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 7d68dae9: Merge change 21494 into eclair

Merge commit '7d68dae9'

* commit '7d68dae9':
  Allow animation styles to be applied to popup windows.
parents 78eab1b1 7d68dae9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -817,6 +817,7 @@ public class PopupWindow {
     * @param p the layout parameters of the popup's content view
     */
    private void invokePopup(WindowManager.LayoutParams p) {
        p.packageName = mContext.getPackageName();
        mWindowManager.addView(mPopupView, p);
    }