Mike Simpson

Results 2 issues of Mike Simpson

Links appear underlined and coloured correctly with the following snippet but the links are not clickable. Using `text_view.setMovementMethod(LinkMovementMethod.getInstance())` works correctly but handling links in MarkdownConfiguration.Builder does not. ``` MarkdownConfiguration.Builder(context) .setLinkFontColor(...