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

Commit 5badff76 authored by PauloftheWest's avatar PauloftheWest
Browse files

Added a default Bluetooth icon for Bluetooth Preferences.

Bug: 17139683
Change-Id: I7b68950685732a85319a0dca7bd77234d345dbb7
parent ff0e81eb
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;
    }
}