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

Commit 2b5d5095 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 4d7b752e: am 85aea366: Merge "Remove Popup immediately rather than defer it." into jb-dev

* commit '4d7b752e':
  Remove Popup immediately rather than defer it.
parents 738342b1 4d7b752e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1253,7 +1253,7 @@ public class PopupWindow {
            unregisterForScrollChanged();

            try {
                mWindowManager.removeView(mPopupView);                
                mWindowManager.removeViewImmediate(mPopupView);
            } finally {
                if (mPopupView != mContentView && mPopupView instanceof ViewGroup) {
                    ((ViewGroup) mPopupView).removeView(mContentView);