Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
continue uploading media after sending post (#4662)
regression from #4599 https://pug.ninja/@motoridersd/113102603349423738 The problem is, `MediaUploader` is no longer a singleton, so the state is not correctly shared between `ComposeActivity` and `SendStatusService.` But it can't be a singleton, since `MediaUploadApi` (injected into `MediaUploader`) needs to be recreated on account change. Let's share the state in the companion object instead.
- Loading branch information