This commit is contained in:
r-ca 2024-01-29 04:31:38 +09:00
parent 57d1c7809c
commit 1fb37a0317
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -157,15 +157,15 @@ public class ScannerManagerActivity extends AppCompatActivity {
setSupportActionBar(toolbar); setSupportActionBar(toolbar);
Objects.requireNonNull(getSupportActionBar()).setDisplayHomeAsUpEnabled(true); Objects.requireNonNull(getSupportActionBar()).setDisplayHomeAsUpEnabled(true);
// Intent intent = getIntent(); Intent intent = getIntent();
// Bundle bundle = intent.getExtras(); Bundle bundle = intent.getExtras();
// if (bundle != null) { if (bundle != null) {
// this.single = bundle.getBoolean("single", false); this.single = bundle.getBoolean("single", false);
// } }
//
// if (this.single) { if (this.single) {
// documentScanner = documentScannerSingle; documentScanner = documentScannerSingle;
// } }
documentScanner.startScan(); documentScanner.startScan();
// Init // Init