You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem in my project, I solved it like the code snippet below and then manually dismiss the Balloon in the notification icons click listener. I don't know if it is the best way to do it but it passes the event down to the anchor being highlighted 😄
.setFocusable(false) Will let us touch all the views around Balloon PopUp view even when the Balloon Popup is present.
But when overLay is present .setFocusable(false) is of no use. Is there anyother way to achieve this?
Example: With single tap on the notification icon. I wanted to dismiss the BallonPopUp and also allow click event on the Notification icon
The text was updated successfully, but these errors were encountered: