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 7961525 commit b2d7ef9Copy full SHA for b2d7ef9
vector/src/main/java/im/vector/app/features/location/LocationSharingAndroidService.kt
@@ -24,9 +24,9 @@ import dagger.hilt.android.AndroidEntryPoint
24
import im.vector.app.R
25
import im.vector.app.core.di.ActiveSessionHolder
26
import im.vector.app.core.services.VectorAndroidService
27
-import im.vector.app.features.redaction.CheckIfEventIsRedactedUseCase
28
import im.vector.app.features.location.live.GetLiveLocationShareSummaryUseCase
29
import im.vector.app.features.notifications.NotificationUtils
+import im.vector.app.features.redaction.CheckIfEventIsRedactedUseCase
30
import im.vector.app.features.session.coroutineScope
31
import kotlinx.coroutines.CoroutineScope
32
import kotlinx.coroutines.Job
0 commit comments