SecUSo / privacy-friendly-qr-scanner

Privacy Friendly QR Code Scanner for Android
https://secuso.aifb.kit.edu/QR_Scanner.php
GNU General Public License v3.0
302 stars 46 forks source link

Fix NPE in some cases #179

Closed udenr closed 10 months ago

udenr commented 10 months ago

currentErrorCorrections might be null in some cases (see #177). The same functionality is already called in updateDropDownMenus#updateErrorCorrectionMenu with the necessary null check in place. So these lines are not needed.

Fixes #177