SlidableGroupBehavior with its Dispatcher Example #396
Unanswered
Omar-Cuenca
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would one implement a
SlidableGroupBehavior
and theirSlidableGroupNotificationDispatcher
to send info to all children sliders.Right now I'm working on a implementation like so
With a list of slidables under
SlidableAutoCloseBehavior
.With the most inner children of a list being
However when I call dispatch(true) from the ViewModel, none of the children get the message or respond. Is there anything I'm missing?
Are this guys messing with each other?
Beta Was this translation helpful? Give feedback.
All reactions