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'm implementing something like:
When you swipe the left, there will be a button on the right side. And at this time, i have to disable the left with the value rightActionState. But whenever I swipe to the left, this happen
swipe to the left 1 => rightActionState = true
close the row,
swipe to the left 2 = rightActionState => false
I dont know why. tks
The text was updated successfully, but these errors were encountered:
I'm implementing something like:
When you swipe the left, there will be a button on the right side. And at this time, i have to disable the left with the value rightActionState. But whenever I swipe to the left, this happen
swipe to the left 1 => rightActionState = true
close the row,
swipe to the left 2 = rightActionState => false
I dont know why. tks
The text was updated successfully, but these errors were encountered: