Closed threema-danilo closed 2 years ago
By using onRemoving instead of chaining futures, we get sync processing instead of async processing. This resolves a race condition that often occurred when the tab was was in the background (probably due to throttling).
onRemoving
By using
onRemoving
instead of chaining futures, we get sync processing instead of async processing. This resolves a race condition that often occurred when the tab was was in the background (probably due to throttling).