Skip to content

Commit

Permalink
Add TODO comment.:
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac committed May 2, 2024
1 parent e274b14 commit 0da24ab
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ import androidx.core.text.HtmlCompat
/**
* A container for text that should be HTML formatted. This container will handle building the
* annotated string from [text], and enable text selection if [text] has any selectable element.
*
* TODO: Remove/update once the project is using Compose 1.7 as that version provides improved
* support for HTML formatting.
* See: https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.7.0-alpha07
*/
@Composable
fun HtmlTextContainer(
Expand Down

0 comments on commit 0da24ab

Please sign in to comment.