From c5a0079812064869a053764f5fd4732db7a8cb0e Mon Sep 17 00:00:00 2001 From: r-ca Date: Tue, 23 Jan 2024 04:31:14 +0900 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nem/lacerta/component/scanner/ScannerManagerActivity.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/component/scanner/src/main/java/one/nem/lacerta/component/scanner/ScannerManagerActivity.java b/component/scanner/src/main/java/one/nem/lacerta/component/scanner/ScannerManagerActivity.java index bac0bd3c..2c11dfd7 100644 --- a/component/scanner/src/main/java/one/nem/lacerta/component/scanner/ScannerManagerActivity.java +++ b/component/scanner/src/main/java/one/nem/lacerta/component/scanner/ScannerManagerActivity.java @@ -121,7 +121,7 @@ public class ScannerManagerActivity extends AppCompatActivity { return true; } 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(); return true; } else if (item.getItemId() == android.R.id.home) { @@ -139,7 +139,6 @@ public class ScannerManagerActivity extends AppCompatActivity { if (this.croppedImages.isEmpty()) { logger.debug(TAG, "this.resultImages is empty"); logger.e_code("7cb0584e-74ef-48ec-848a-c4d14e75e15a"); - // TODO-rca: なんかする } else { logger.debug(TAG, "this.resultImages is not empty"); updateResultView(this.croppedImages);