mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
iroiro
This commit is contained in:
parent
57d1c7809c
commit
1fb37a0317
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user