Merge "[LE Audio] Add broadcast icon when device is broadcasting but LE device is disconnected"
This commit is contained in:
@@ -93,7 +93,8 @@ public class MediaVolumePreferenceController extends VolumeSeekBarPreferenceCont
|
||||
|
||||
@VisibleForTesting
|
||||
boolean isSupportEndItem() {
|
||||
return getWorker() != null && getWorker().isBroadcastSupported() && isConnectedBLEDevice();
|
||||
return getWorker() != null && getWorker().isBroadcastSupported()
|
||||
&& (getWorker().isDeviceBroadcasting() || isConnectedBLEDevice());
|
||||
}
|
||||
|
||||
private boolean isConnectedBLEDevice() {
|
||||
|
Reference in New Issue
Block a user