Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeYongRui committed Mar 26, 2017
1 parent ba08782 commit 9e63604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public LoadingDialog(Context mcontext, boolean cancelable, float alpha, int type
this.alpha = alpha;
this.type = type;
this.color = color;
init(type, color);
init(this.type, this.color);
}

public void init(int type, @ColorInt int color) {
Expand Down

0 comments on commit 9e63604

Please sign in to comment.