Skip to content

Commit

Permalink
reset method now resets tintIcon variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrenderG committed Apr 28, 2017
1 parent 6ba3eae commit 6489283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toasty/src/main/java/es/dmoral/toasty/Toasty.java
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ public static void reset() {
Toasty.WARNING_COLOR = Color.parseColor("#FFA900");
Toasty.assetManager = null;
Toasty.TOAST_TYPEFACE = "sans-serif-condensed";
Toasty.tintIcon = true;
}

@CheckResult
Expand Down

0 comments on commit 6489283

Please sign in to comment.