Make lint happier

This commit is contained in:
Sylvia van Os
2021-08-02 22:58:06 +02:00
parent 8305d58ccc
commit a843b5a1b9
9 changed files with 193 additions and 203 deletions

View File

@@ -60,6 +60,9 @@ public class ScanActivity extends AppCompatActivity {
extractIntentFields(getIntent());
findViewById(R.id.add_from_image).setOnClickListener(this::addFromImage);
findViewById(R.id.add_manually).setOnClickListener(this::addManually);
barcodeScannerView = findViewById(R.id.zxing_barcode_scanner);
// Even though we do the actual decoding with the barcodeScannerView