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

Commit 4d7b752e authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

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

* commit '85aea366':
  Remove Popup immediately rather than defer it.
parents ec1d16bf 85aea366
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);