mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
ロジック修正
This commit is contained in:
parent
6b1c41bd30
commit
0e1a2c78a2
|
@ -10,6 +10,7 @@ import android.view.ViewGroup;
|
||||||
import android.widget.EditText;
|
import android.widget.EditText;
|
||||||
import android.widget.Toast;
|
import android.widget.Toast;
|
||||||
|
|
||||||
|
import org.eclipse.jgit.lib.Repository;
|
||||||
import org.intellij.lang.annotations.JdkConstants;
|
import org.intellij.lang.annotations.JdkConstants;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
@ -70,6 +71,6 @@ public class DebugRepositoryDebuggerFragment extends Fragment {
|
||||||
String repoId = editTextRepoId.getText().toString();
|
String repoId = editTextRepoId.getText().toString();
|
||||||
Repository repo = debugFunc.getOrCreateRepositoryById(repoId);
|
Repository repo = debugFunc.getOrCreateRepositoryById(repoId);
|
||||||
Toast.makeText(getContext(), "Get or create repository: " + repoId, Toast.LENGTH_SHORT).show();
|
Toast.makeText(getContext(), "Get or create repository: " + repoId, Toast.LENGTH_SHORT).show();
|
||||||
}
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user