mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 23:54:16 +00:00
android: don't start service every time MainActivity is launched
This commit is contained in:
@@ -291,7 +291,6 @@ fun Main() {
|
||||
|
||||
if (permissionState.allPermissionsGranted && (canDrawOverlays || overlaySkipped.value)) {
|
||||
val context = LocalContext.current
|
||||
context.startService(Intent(context, AirPodsService::class.java))
|
||||
|
||||
val navController = rememberNavController()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user