You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WordPress/src/main/java/org/wordpress/android/ui/stats/refresh/lists/sections/traffic/TrafficBarChartViewHolder.kt
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -69,20 +69,23 @@ class TrafficBarChartViewHolder(parent: ViewGroup) : BlockListItemViewHolder(
69
69
70
70
privatefun BarChart.draw(item:BlockListItem.TrafficBarChartItem): Int {
Copy file name to clipboardExpand all lines: WordPress/src/main/java/org/wordpress/android/ui/stats/refresh/lists/sections/traffic/TrafficOverviewUseCase.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ class TrafficOverviewUseCase(
282
282
lowerGranularity
283
283
)
284
284
if (period !=null&& period !="empty") {
285
-
val selectedDate = statsDateFormatter.parseStatsDate(statsGranularity, period)
285
+
val selectedDate = statsDateFormatter.parseStatsDate(lowerGranularity, period)
0 commit comments