Pop-up Does Not Dismiss February 28, 2024 Post a Comment I have a EditText view, dialog.show(); } CopySolution 2: The problem was; I was using onTouchListener for the EditText. As dmon , stated in the answer for the similar problem, onTouchListener responds for both landing and lifting. So when I changed it to onClickListener the problem solved. Share Post a Comment for "Pop-up Does Not Dismiss"
Post a Comment for "Pop-up Does Not Dismiss"