Skip to content Skip to sidebar Skip to footer

Pop-up Does Not Dismiss

I have a EditText view, dialog.show(); }

Solution 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.

Post a Comment for "Pop-up Does Not Dismiss"