Merge "Fix some bugs with MenuPopupHelper and ListPopupWindow"

This commit is contained in:
Adam Powell
2011-02-15 11:16:01 -08:00
committed by Android (Google) Code Review
2 changed files with 15 additions and 8 deletions

View File

@@ -604,6 +604,7 @@ public class ListPopupWindow {
removePromptView();
mPopup.setContentView(null);
mDropDownList = null;
mHandler.removeCallbacks(mResizePopupRunnable);
}
/**