fix: console resize not working

This commit is contained in:
hyb1996
2017-12-29 17:06:28 +08:00
parent 174e1d933c
commit 4188b2027c
6 changed files with 16 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ public class IssueReporterActivity extends AbstractIssueReporterActivity {
@Override
protected GithubTarget getTarget() {
return new GithubTarget("hyb1996-guest", "AutoJsIssueReport");
return new GithubTarget("hyb1996-guest", "auto.js3-issues");
}