Merge "[Output Switcher] Not using advanced icon for bt device" into tm-dev

This commit is contained in:
Shaowei Shen
2022-05-12 21:59:18 +00:00
committed by Android (Google) Code Review

View File

@@ -59,7 +59,7 @@ public class BluetoothMediaDevice extends MediaDevice {
@Override
public Drawable getIcon() {
return BluetoothUtils.getBtDrawableWithDescription(mContext, mCachedDevice).first;
return BluetoothUtils.getBtClassDrawableWithDescription(mContext, mCachedDevice).first;
}
@Override