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 4ee9b27 commit d1bf540Copy full SHA for d1bf540
1 file changed
android/app/src/main/java/me/kavishdevar/librepods/MainActivity.kt
@@ -291,7 +291,6 @@ fun Main() {
291
292
if (permissionState.allPermissionsGranted && (canDrawOverlays || overlaySkipped.value)) {
293
val context = LocalContext.current
294
- context.startService(Intent(context, AirPodsService::class.java))
295
296
val navController = rememberNavController()
297
@@ -378,7 +377,7 @@ fun Main() {
378
377
}
379
380
381
- serviceConnection = remember {
+ serviceConnection = remember {
382
object : ServiceConnection {
383
override fun onServiceConnected(name: ComponentName?, service: IBinder?) {
384
val binder = service as AirPodsService.LocalBinder
0 commit comments