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

Commit 3d85abc4 authored by William Escande's avatar William Escande Committed by Android (Google) Code Review
Browse files

Merge "Restore devices volume after bluetooth restart" into tm-dev

parents 58920507 ef67156a
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 {