mirror of
https://github.com/tuskyapp/Tusky
synced 2025-02-04 10:57:53 +01:00
12040b90fb
This is the third attempt to fix `RequestBuilder.submitAsync()`. For the rationale, see the comments of #4436. We now clear the continuation reference after resuming it, to make sure that: 1) It will only be resumed once 2) It will not leak the coroutine when Glide keeps the `Request` around.