Skip to content

Commit

Permalink
🪪 Disable License Badges for AboutLibraries
Browse files Browse the repository at this point in the history
Occasionally, the AboutLibraries breaks the app during Compose updates.
This happens due to a `No static method FlowRow` error for the License
Badges. To avoid this constant issue, a simple workaround is to remove
the component from the list.

Source: mikepenz/AboutLibraries#1033
  • Loading branch information
igorescodro committed Feb 13, 2025
1 parent 4d9a0fe commit 22f42ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ private fun OpenSourceContent(modifier: Modifier = Modifier) {

LibrariesContainer(
aboutLibsJson = licenses.decodeToString(),
showLicenseBadges = false,
modifier = modifier.fillMaxSize(),
colors = LibraryDefaults.libraryColors(
backgroundColor = MaterialTheme.colorScheme.background,
Expand Down

0 comments on commit 22f42ed

Please sign in to comment.