debug: added a lot to pinpoint the url issue.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
aminecmi 2023-03-16 20:26:36 +01:00
parent e21906e70d
commit 08f79cb148

View File

@ -406,7 +406,7 @@ class ArticleFragment : Fragment(), DIAware {
val itemUrl = URL(url)
baseUrl = itemUrl.protocol + "://" + itemUrl.host
} catch (e: MalformedURLException) {
e.sendSilentlyWithAcraWithName("htmlToWebview > item url")
e.sendSilentlyWithAcraWithName("htmlToWebview > $url")
}
val fontName = when (font) {