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

Commit 300c4f61 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 3a5b3494: Make the BT class icon visible.

* commit '3a5b3494':
  Make the BT class icon visible.
parents 672ad8d6 3a5b3494
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public final class BluetoothDevicePreference extends Preference implements
        ImageView btClass = (ImageView) view.findViewById(android.R.id.icon);
        btClass.setImageResource(getBtClassDrawable());
        btClass.setAlpha(isEnabled() ? 255 : sDimAlpha);

        btClass.setVisibility(View.VISIBLE);
        mDeviceSettings = (ImageView) view.findViewById(R.id.deviceDetails);
        if (mOnSettingsClickListener != null) {
            mDeviceSettings.setOnClickListener(this);