Skip to content

Commit

Permalink
Update user property so it is short enough
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Oct 22, 2024
1 parent ae466cf commit 2b12da6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TaskSpecWorker(
override fun doWork(): Result {
val cellularOnly = inputData.getBoolean(DATA_CELLULAR_ONLY, false)
if (cellularOnly && connectivityProvider.currentNetwork != Scheduler.NetworkType.CELLULAR) {
Analytics.setUserProperty("EncounteredMeteredNonCellularInTasks", "true")
Analytics.setUserProperty("SawMeteredNonCellular", "true")
return Result.retry()
}

Expand Down

0 comments on commit 2b12da6

Please sign in to comment.