Skip to content

Initialise result LiveData before starting task

akwizgran requested to merge initialise-result-before-observing into master

This branch fixes a possible race when starting an attachment creation task, which could cause an immediate error to be lost.

Merge request reports