service: further delay start

Hopefully the foreground limiter "likes" this.
This commit is contained in:
Alexander Capehart 2025-02-10 14:04:47 -07:00
parent 3efd4ea59f
commit 3d154ea66c
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -84,7 +84,7 @@ class AuxioService :
// The foreground limiter is fussy and doesn't like us starting a foreground
// service too early despite having the right to do so at this point. Comply
// and artificially delay (to user detriment...)
delay(250)
delay(1000)
val startId = intent?.getIntExtra(INTENT_KEY_START_ID, -1) ?: -1
musicFragment.start()
playbackFragment.start(startId)