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
@ashub7OnClickListener will consume the event and will not propagate the event to the parent view.
You can use View.OnTouchListener which will allow you hande the touch/click without consuming the event.
SwipeToDismiss not working if custom view's Root view has click listener set .. Is there a way we can have both ?
The text was updated successfully, but these errors were encountered: