Skip to content

Commit 188a975

Browse files
authored
ArcProgressStackView: Don't print the stackrace if we use the default typeface
1 parent 1de66d4 commit 188a975

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arcprogressstackview/src/main/java/devlight/io/library/ArcProgressStackView.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,6 @@ public void setTypeface(final String typeface) {
594594
tempTypeface = Typeface.createFromAsset(getContext().getAssets(), typeface);
595595
} catch (Exception e) {
596596
tempTypeface = Typeface.create(Typeface.DEFAULT, Typeface.NORMAL);
597-
e.printStackTrace();
598597
}
599598

600599
setTypeface(tempTypeface);

0 commit comments

Comments
 (0)