mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
整理
This commit is contained in:
parent
73c2271782
commit
c5a0079812
|
@ -121,7 +121,7 @@ public class ScannerManagerActivity extends AppCompatActivity {
|
||||||
return true;
|
return true;
|
||||||
} else if (item.getItemId() == R.id.action_insert_exist) {
|
} else if (item.getItemId() == R.id.action_insert_exist) {
|
||||||
// 既存ドキュメントに挿入
|
// 既存ドキュメントに挿入
|
||||||
Toast.makeText(this, "挿入処理", Toast.LENGTH_SHORT).show();
|
Toast.makeText(this, "Work in progress", Toast.LENGTH_SHORT).show();
|
||||||
insertToExistDocument();
|
insertToExistDocument();
|
||||||
return true;
|
return true;
|
||||||
} else if (item.getItemId() == android.R.id.home) {
|
} else if (item.getItemId() == android.R.id.home) {
|
||||||
|
@ -139,7 +139,6 @@ public class ScannerManagerActivity extends AppCompatActivity {
|
||||||
if (this.croppedImages.isEmpty()) {
|
if (this.croppedImages.isEmpty()) {
|
||||||
logger.debug(TAG, "this.resultImages is empty");
|
logger.debug(TAG, "this.resultImages is empty");
|
||||||
logger.e_code("7cb0584e-74ef-48ec-848a-c4d14e75e15a");
|
logger.e_code("7cb0584e-74ef-48ec-848a-c4d14e75e15a");
|
||||||
// TODO-rca: なんかする
|
|
||||||
} else {
|
} else {
|
||||||
logger.debug(TAG, "this.resultImages is not empty");
|
logger.debug(TAG, "this.resultImages is not empty");
|
||||||
updateResultView(this.croppedImages);
|
updateResultView(this.croppedImages);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user