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_running_records/src/main/java/com/example/util/simpletimetracker/feature_running_records/viewModel/RunningRecordsViewModel.kt
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ class RunningRecordsViewModel @Inject constructor(
87
87
88
88
privatevar timerJob:Job?=null
89
89
privatevar updateJob:Job?=null
90
+
privatevar searchJob:Job?=null
90
91
privatevar completeTypeJob:Job?=null
91
92
privatevar completeTypeIds:Set<Long> = emptySet()
92
93
privatevar navBarHeightDp:Int=0
@@ -315,8 +316,13 @@ class RunningRecordsViewModel @Inject constructor(
0 commit comments