For now not sending issue report for #278.
This commit is contained in:
parent
ddc754ec25
commit
7e3288a076
@ -130,7 +130,7 @@ class ArticleFragment : Fragment() {
|
|||||||
typeface = try {
|
typeface = try {
|
||||||
ResourcesCompat.getFont(context!!, resId)!!
|
ResourcesCompat.getFont(context!!, resId)!!
|
||||||
} catch (e: java.lang.Exception) {
|
} catch (e: java.lang.Exception) {
|
||||||
ACRA.getErrorReporter().maybeHandleSilentException(Throwable("Font loading issue: ${e.message}"), context!!)
|
// ACRA.getErrorReporter().maybeHandleSilentException(Throwable("Font loading issue: ${e.message}"), context!!)
|
||||||
// Just to be sure
|
// Just to be sure
|
||||||
null
|
null
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user