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

Commit 2246cc6d authored by Shaowei Shen's avatar Shaowei Shen Committed by Automerger Merge Worker
Browse files

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

parents 74396630 9c87ea62
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