I have a DialogFragment
which shows a PopupWindow
once you press certain key (@),
I'd like the back button to dismiss the popupwindow while staying focused on the edittext, so user can keep on writing text, instead of taking the keyboard down.
Thanks.