Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ktiniatros committed Apr 5, 2023
1 parent eba605a commit c4f742c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ class HtmlTextViewWidget @JvmOverloads constructor(
}

val adjustedHtmlText = websiteEnvironmentUtil.adjust(htmlText)
this.text = websiteEnvironmentUtil.adjust(adjustedHtmlText)

// Step 1: Parse the given String into a Spannable
val spannable = getSpannableFromHtml(adjustedHtmlText)
Expand Down

0 comments on commit c4f742c

Please sign in to comment.