Closed LiYanan2004 closed 4 months ago
ResponsiveButton onPressingChanged triggers after performing the action.
Seems like the onPressingChanged?(true) uses a Task but onPressingChanged?(false) doesn't, which causes data races.
onPressingChanged?(true)
onPressingChanged?(false)
Fixed in commit 8f0c76b
ResponsiveButton onPressingChanged triggers after performing the action.
Seems like the
onPressingChanged?(true)
uses a Task butonPressingChanged?(false)
doesn't, which causes data races.