We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae78af commit 6c26abbCopy full SHA for 6c26abb
1 file changed
app/src/main/java/com/mapcode/map/ShowMapcodeUseCase.kt
@@ -46,7 +46,10 @@ import kotlin.Result.Companion.success
46
import kotlin.coroutines.resume
47
import kotlin.coroutines.suspendCoroutine
48
49
-class ShowMapcodeUseCaseImpl @Inject constructor(@ApplicationContext private val ctx: Context) : ShowMapcodeUseCase {
+class ShowMapcodeUseCaseImpl @Inject constructor(
50
+ @ApplicationContext private val ctx: Context,
51
+ private val coroutineScope: CoroutineScope
52
+) : ShowMapcodeUseCase {
53
54
private val geocoder: Geocoder = Geocoder(ctx)
55
private val fusedLocationClient: FusedLocationProviderClient =
0 commit comments