Skip to content

Commit

Permalink
Fix NPE in some cases
Browse files Browse the repository at this point in the history
Fixes #177
  • Loading branch information
udenr committed Aug 31, 2023
1 parent 99b6779 commit 4d00727
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ protected void onResume() {
barcodeFormatAdapter = newBarcodeFormatAdapter();
barcodeFormatMenu.setAdapter(barcodeFormatAdapter);

errorCorrectionAdapter = newErrorCorrectionAdapter(currentErrorCorrections);
errorCorrectionMenu.setAdapter(errorCorrectionAdapter);
updateDropDownMenus();
generateAndUpdateImage();
}
Expand Down

0 comments on commit 4d00727

Please sign in to comment.