mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 15:48:11 +00:00
android: fix a2dp connection
This commit is contained in:
@@ -2179,7 +2179,6 @@ class AirPodsService : Service(), SharedPreferences.OnSharedPreferenceChangeList
|
||||
|
||||
fun manuallyCheckForAudioSource() {
|
||||
val shouldResume = MediaController.getMusicActive()
|
||||
if (airpodsInstance == null) return
|
||||
if ((earDetectionNotification.status[0] != 0.toByte() && earDetectionNotification.status[1] != 0.toByte()) || disconnectedBecauseReversed || otherDeviceTookOver) {
|
||||
Log.d(
|
||||
TAG,
|
||||
|
||||
Reference in New Issue
Block a user