Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3300690 authored by shaoweishen's avatar shaoweishen
Browse files

[Output Switcher] Not using advanced icon for bt device

Bug: 232032075
Test: verified on device
Change-Id: I322a8060ddbf4be5faa86226e69bc5edc737b229
parent 05aa7824
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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