From 0e1a2c78a25a6c1d007218ffc9fb9e1901fed360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Tue, 12 Dec 2023 11:49:22 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AD=E3=82=B8=E3=83=83=E3=82=AF=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lacerta/feature/debug/DebugRepositoryDebuggerFragment.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugRepositoryDebuggerFragment.java b/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugRepositoryDebuggerFragment.java index 98842ff7..93b7a399 100644 --- a/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugRepositoryDebuggerFragment.java +++ b/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugRepositoryDebuggerFragment.java @@ -10,6 +10,7 @@ import android.view.ViewGroup; import android.widget.EditText; import android.widget.Toast; +import org.eclipse.jgit.lib.Repository; import org.intellij.lang.annotations.JdkConstants; import java.util.UUID; @@ -70,6 +71,6 @@ public class DebugRepositoryDebuggerFragment extends Fragment { String repoId = editTextRepoId.getText().toString(); Repository repo = debugFunc.getOrCreateRepositoryById(repoId); Toast.makeText(getContext(), "Get or create repository: " + repoId, Toast.LENGTH_SHORT).show(); - } + }); } } \ No newline at end of file