You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: