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: features/feature_records_filter/src/main/java/com/example/util/simpletimetracker/feature_records_filter/interactor/RecordsFilterUpdateInteractor.kt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -399,6 +399,9 @@ class RecordsFilterUpdateInteractor @Inject constructor(
399
399
when (type) {
400
400
isRecordFilterType.Activity-> filters.removeAll { it isRecordsFilter.Category }
401
401
isRecordFilterType.Category-> filters.removeAll { it isRecordsFilter.Activity }
402
+
isRecordFilterType.Multitask,
403
+
isRecordFilterType.Untracked,
404
+
-> filters.removeAll { it isRecordsFilter.ManuallyFiltered }
0 commit comments