ロジック修正

This commit is contained in:
ろむねこ 2023-12-12 11:49:22 +09:00
parent 6b1c41bd30
commit 0e1a2c78a2
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -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();
}
});
}
}