diff --git a/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/fragments/ArticleFragment.kt b/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/fragments/ArticleFragment.kt index 9d862e3..1672abf 100644 --- a/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/fragments/ArticleFragment.kt +++ b/androidApp/src/main/java/bou/amine/apps/readerforselfossv2/android/fragments/ArticleFragment.kt @@ -160,7 +160,7 @@ class ArticleFragment : }.create() .show() } catch (e: IllegalStateException) { - e.sendSilentlyWithAcraWithName("Context required is null") + e.sendSilentlyWithAcraWithName("OnCreate context required is null") } } @@ -226,7 +226,7 @@ class ArticleFragment : ).show() } } catch (e: IllegalStateException) { - e.sendSilentlyWithAcraWithName("Context required is null") + e.sendSilentlyWithAcraWithName("Toolbar context required is null") } else -> Unit @@ -378,7 +378,7 @@ class ArticleFragment : try { context = requireContext() } catch (e: IllegalStateException) { - e.sendSilentlyWithAcraWithName("Context required is null") + e.sendSilentlyWithAcraWithName("Webview context required is null") return } @@ -543,7 +543,7 @@ class ArticleFragment : try { requireContext().openItemUrlInBrowserAsNewTask(this@ArticleFragment.item) } catch (e: IllegalStateException) { - e.sendSilentlyWithAcraWithName("Context required is null") + e.sendSilentlyWithAcraWithName("After failing context required is null") } }