Skip to content

Commit

Permalink
Fix showing wrong data for a short time on the traffic tab
Browse files Browse the repository at this point in the history
  • Loading branch information
irfano committed Feb 27, 2024
1 parent f831640 commit 4dc705c
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 4dc705c

Please sign in to comment.