Skip to content

Commit 01c5813

Browse files
authored
Update FontAwesomeIcon.kt
default icon removed
1 parent 440769b commit 01c5813

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

customView/src/main/java/lostankit7/droid/customview/FontAwesomeIcon.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class FontAwesomeIcon
2121
AppCompatTextView(context, attrs, defStyleAttr) {
2222

2323
init {
24-
text = "\uf058"
2524
val arr = context.obtainStyledAttributes(attrs, R.styleable.FontAwesomeIcon)
2625
manageAttributes(arr)
2726
arr.recycle()
@@ -63,4 +62,4 @@ class FontAwesomeIcon
6362
} catch (e: Exception) {
6463
}
6564
}
66-
}
65+
}

0 commit comments

Comments
 (0)