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
In func toggle have isTriggeredByUserInteraction: false, completion: completion.
But completion not trigger because isTriggeredByUserInteraction = false
The text was updated successfully, but these errors were encountered:
@OrkhanAlikhanov completion in func toggle will be useless if it's never trigger.
Should have move completion?(s) to before guard isTriggeredByUserInteraction else in func updateSwitchState.
In func toggle have
isTriggeredByUserInteraction: false, completion: completion
.But completion not trigger because
isTriggeredByUserInteraction = false
The text was updated successfully, but these errors were encountered: