Closed valtzu closed 6 years ago
Promises are immutable, who knew? So we'll need to use
queue = queue.then(...);
This should fix the issue where quickly tapping the notification checkboxes on/off won't register all the requested actions.
Fixed in 66e998966fb95590fa01ad9bcbee69fbe8928638
Promises are immutable, who knew? So we'll need to use
This should fix the issue where quickly tapping the notification checkboxes on/off won't register all the requested actions.