NordicSemiconductor / Android-BLE-Library

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
BSD 3-Clause "New" or "Revised" License
1.98k stars 413 forks source link

Preventing NPE #530

Closed philips77 closed 10 months ago

philips77 commented 10 months ago

This PR fixes #525. At lease I hope. By reading the code, the changes of an NPE was if request was nullified just moment after the non-null check. Oh, Kotlin would have saved us!

This PR adds some "Java NPE checks" hopefully without breaking existing behavior.