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