Skip to content

Commit

Permalink
Merge pull request #10 from luca020400/patch-1
Browse files Browse the repository at this point in the history
ArcProgressStackView: Don't print the stackrace if we use the default…
  • Loading branch information
GIGAMOLE authored Nov 18, 2016
2 parents 1de66d4 + 188a975 commit dcc889d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,6 @@ public void setTypeface(final String typeface) {
tempTypeface = Typeface.createFromAsset(getContext().getAssets(), typeface);
} catch (Exception e) {
tempTypeface = Typeface.create(Typeface.DEFAULT, Typeface.NORMAL);
e.printStackTrace();
}

setTypeface(tempTypeface);
Expand Down

0 comments on commit dcc889d

Please sign in to comment.