Loading
Merge #8293
8293: Closes #8292: DownloadMiddleware uses context.dispatch on wrong thread r=Amejia481 a=csadilek @Amejia481 when reviewing https://github.com/mozilla-mobile/android-components/issues/8271 I missed that we're switching to an IO thread in `restoreDownloads`. My mistake. We're not allowing a synchronous dispatch on the store from another thread. Undoing that and adding a fix for the intermittent test failure. Co-authored-by:Christian Sadilek <christian.sadilek@gmail.com>