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

Commit e847e7ef authored by PauloftheWest's avatar PauloftheWest Committed by Android (Google) Code Review
Browse files

Merge "Added a default Bluetooth icon for Bluetooth Preferences." into lmp-dev

parents d251fba2 5badff76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -318,6 +318,6 @@ public final class BluetoothDevicePreference extends Preference implements
                return R.drawable.ic_bt_headset_hfp;
            }
        }
        return 0;
        return R.drawable.ic_settings_bluetooth2;
    }
}