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

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

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

* commit '58295e71':
  Add Null checks while processing pairing cancel intent
parents 1549adb4 58295e71
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) {