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

Commit d9361f98 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "Restore devices volume after bluetooth restart" into tm-dev am: 3d85abc4

parents 8675fe9b 3d85abc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1914,7 +1914,7 @@ public final class BluetoothDevice implements Parcelable, Attributable {
                    if (DBG) log("getBondState() uncached");
                    final IBluetooth service = sService;
                    final int defaultValue = BOND_NONE;
                    if (service == null || !isBluetoothEnabled()) {
                    if (service == null) {
                        Log.e(TAG, "BT not enabled. Cannot get bond state");
                        if (DBG) log(Log.getStackTraceString(new Throwable()));
                    } else {