Skip to content

Commit

Permalink
Merge pull request #20305 from wordpress-mobile/issue/20288-fix-wrong…
Browse files Browse the repository at this point in the history
…-data-on-traffic-tab

Fix showing wrong data for a short time on the traffic tab
  • Loading branch information
ravishanker authored Feb 28, 2024
2 parents 01a3506 + 4dc705c commit 3a12b87
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ class TrafficListViewModel @Inject constructor(
BaseStatsUseCase.UseCaseMode.BLOCK
)
}
statsUseCase.onCleared()
statsUseCase = statsUseCase.clone(newUseCases) // Create new BaseListUseCase with updated useCases
launch {
statsUseCase.loadData()
Expand Down

0 comments on commit 3a12b87

Please sign in to comment.