I have a PopupMenu anchored to a button in the Action Bar, and I\'m getting log output about a leaked window.
PopupMenu
This occurs if my activity is stopped whil
Simply calling profileMenu.dismiss() onStop() would be enough.