[Audiosharing] Skip active device switch
For framework investigation on the handover issue. Test: manual Bug: 305620450 Change-Id: I84f87feac4b72f54eaa1f59ff5524b887bfd00f1
This commit is contained in:
@@ -166,7 +166,6 @@ public class AudioSharingDevicePreferenceController extends BasePreferenceContro
|
|||||||
+ ", reason = "
|
+ ", reason = "
|
||||||
+ reason);
|
+ reason);
|
||||||
mBluetoothDeviceUpdater.forceUpdate();
|
mBluetoothDeviceUpdater.forceUpdate();
|
||||||
AudioSharingUtils.updateActiveDeviceIfNeeded(mLocalBtManager);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -211,7 +210,6 @@ public class AudioSharingDevicePreferenceController extends BasePreferenceContro
|
|||||||
+ ", reason = "
|
+ ", reason = "
|
||||||
+ reason);
|
+ reason);
|
||||||
mBluetoothDeviceUpdater.forceUpdate();
|
mBluetoothDeviceUpdater.forceUpdate();
|
||||||
AudioSharingUtils.updateActiveDeviceIfNeeded(mLocalBtManager);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@@ -203,7 +203,6 @@ public class AudioSharingSwitchBarController extends BasePreferenceController
|
|||||||
+ sourceId
|
+ sourceId
|
||||||
+ ", reason = "
|
+ ", reason = "
|
||||||
+ reason);
|
+ reason);
|
||||||
AudioSharingUtils.updateActiveDeviceIfNeeded(mBtManager);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user