Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnik committed Jan 29, 2018
1 parent 33e9980 commit af5a5a0
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public List<Issue> getIssues() {
return repositoryIssues;
}

private void load() {
public void show() {
new ProgressDialogTask<ArrayList<Issue>>(activity) {

@Override
Expand Down Expand Up @@ -110,11 +110,4 @@ public void execute() {
}
}.execute();
}

/**
* Show dialog
*/
public void show() {
load();
}
}

0 comments on commit af5a5a0

Please sign in to comment.