Fixed crash reported on crashlytics
This commit is contained in:
parent
d7d4ccd78f
commit
d941f80cf6
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ class RecyclerViewSwipeConfiguration {
|
||||||
val iconMargin = 16f
|
val iconMargin = 16f
|
||||||
|
|
||||||
val actionTextSizeUnit = TypedValue.COMPLEX_UNIT_SP
|
val actionTextSizeUnit = TypedValue.COMPLEX_UNIT_SP
|
||||||
val actionTextFont: Typeface = Typeface.SANS_SERIF
|
// At least CROSSCALL Action-X3 device doesn't have SANS_SERIF typeface...
|
||||||
|
val actionTextFont: Typeface? = Typeface.SANS_SERIF
|
||||||
val actionTextSize = 14f
|
val actionTextSize = 14f
|
||||||
|
|
||||||
var leftToRightAction = Action()
|
var leftToRightAction = Action()
|
||||||
|
|
Loading…
Reference in a new issue