We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3afa9 commit c882090Copy full SHA for c882090
WordPress/src/main/java/org/wordpress/android/ui/uploads/UploadStarter.kt
@@ -45,7 +45,7 @@ import kotlin.coroutines.CoroutineContext
45
*
46
* The method [activateAutoUploading] must be called once, preferably during app creation, for the auto-uploads to work.
47
48
- * @param mutex When the app comes to foreground both `queueUploadFromAllSites` and `queueUploadFromSite` are invoked.
+ * @param mutex When the app comes to foreground both [queueUploadFromAllSites] and [queueUploadFromSite] are invoked.
49
* The problem is that they can run in parallel and `uploadServiceFacade.isPostUploadingOrQueued(it)` might return
50
* out-of-date result and a same post is added twice.
51
*/
0 commit comments