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

email-mapper v123030751
aminecmi 3 months ago
parent e21906e70d
commit 08f79cb148

@ -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) {

Loading…
Cancel
Save