Skip to content

Commit

Permalink
fix goals tab depending on statistics tab filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Razeeman committed Aug 26, 2023
1 parent 7f7ee79 commit b6ef8fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class GoalsViewDataInteractor @Inject constructor(
) {

suspend fun getViewData(): List<ViewHolderType> = withContext(Dispatchers.Default) {
val filterType = prefsInteractor.getChartFilterType()
val filterType = ChartFilterType.ACTIVITY
val isDarkTheme = prefsInteractor.getDarkMode()
val useProportionalMinutes = prefsInteractor.getUseProportionalMinutes()
val showSeconds = prefsInteractor.getShowSeconds()
Expand Down

0 comments on commit b6ef8fd

Please sign in to comment.