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

Commit fd1b5726 authored by Sanket Padawe's avatar Sanket Padawe Committed by Android Git Automerger
Browse files

am af468add: am 58295e71: Merge "Add Null checks while processing pairing...

am af468add: am 58295e71: Merge "Add Null checks while processing pairing cancel intent" into mnc-dev

* commit 'af468add':
  Add Null checks while processing pairing cancel intent
parents 1ad61b33 af468add
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -355,9 +355,11 @@ public final class BluetoothEventManager {
                return;
            }
            int errorMsg = R.string.bluetooth_pairing_error_message;
            if (context != null && cachedDevice != null) {
                Utils.showError(context, cachedDevice.getName(), errorMsg);
            }
        }
    }

    private class DockEventHandler implements Handler {
        public void onReceive(Context context, Intent intent, BluetoothDevice device) {