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 5ae5c5b commit d0af9a8Copy full SHA for d0af9a8
WordPress/src/main/java/org/wordpress/android/ui/uploads/UploadStarter.kt
@@ -152,11 +152,7 @@ class UploadStarter @Inject constructor(
152
153
private fun PostModel.toStringLog() = "${if (isPage) "page" else "post"} with title: $title"
154
155
- private fun trackAutoUploadAction(
156
- action: UploadAction,
157
- status: String,
158
- isPage: Boolean
159
- ) {
+ private fun trackAutoUploadAction(action: UploadAction, status: String, isPage: Boolean) {
160
tracker.track(
161
if (isPage) Stat.AUTO_UPLOAD_PAGE_INVOKED else Stat.AUTO_UPLOAD_POST_INVOKED,
162
mapOf(
0 commit comments