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
CardStackAdapter#add() or CardStackAdapter#pop() visually adds an additional CardModel to the stack of cards as intended except you can no longer swipe the card away.
I would expect that using these methods would not break the interactivity of the stack. Anyone else have this issue?
As a side note, any clickable elements on the newly added or popped off card are still clickable. It's just the card is no longer swipeable.
The text was updated successfully, but these errors were encountered:
CardStackAdapter#add()
orCardStackAdapter#pop()
visually adds an additionalCardModel
to the stack of cards as intended except you can no longer swipe the card away.I would expect that using these methods would not break the interactivity of the stack. Anyone else have this issue?
As a side note, any
clickable
elements on the newly added or popped off card are still clickable. It's just the card is no longer swipeable.The text was updated successfully, but these errors were encountered: