[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);
|
||||
mBluetoothDeviceUpdater.forceUpdate();
|
||||
AudioSharingUtils.updateActiveDeviceIfNeeded(mLocalBtManager);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -211,7 +210,6 @@ public class AudioSharingDevicePreferenceController extends BasePreferenceContro
|
||||
+ ", reason = "
|
||||
+ reason);
|
||||
mBluetoothDeviceUpdater.forceUpdate();
|
||||
AudioSharingUtils.updateActiveDeviceIfNeeded(mLocalBtManager);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@@ -203,7 +203,6 @@ public class AudioSharingSwitchBarController extends BasePreferenceController
|
||||
+ sourceId
|
||||
+ ", reason = "
|
||||
+ reason);
|
||||
AudioSharingUtils.updateActiveDeviceIfNeeded(mBtManager);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user