For now not sending issue report for #278.

This commit is contained in:
aminecmi 2019-01-27 13:47:23 +01:00
parent ddc754ec25
commit 7e3288a076

View File

@ -130,7 +130,7 @@ class ArticleFragment : Fragment() {
typeface = try {
ResourcesCompat.getFont(context!!, resId)!!
} 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
null
}