We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6611d0a commit 2d5c7afCopy full SHA for 2d5c7af
presentation/src/main/java/com/stop/ui/mission/MissionWorker.kt
@@ -16,7 +16,6 @@ import androidx.core.app.NotificationCompat
16
import androidx.hilt.work.HiltWorker
17
import androidx.work.CoroutineWorker
18
import androidx.work.ForegroundInfo
19
-import androidx.work.WorkManager
20
import androidx.work.WorkerParameters
21
import com.google.android.gms.location.*
22
import com.stop.MainActivity
@@ -124,7 +123,7 @@ class MissionWorker @AssistedInject constructor(
124
123
private const val NOTIFICATION_CONTENT = "사용자의 위치를 추적중입니다."
125
private var NUM = 0
126
private const val INTERVAL_UNIT = 1000L
127
- private const val MISSION_CODE = 88
+ const val MISSION_CODE = 88
128
}
129
130
0 commit comments