Closed savvasdalkitsis closed 1 year ago
Thank you very much for the PR.
However the @Composable
is not required here. Please see the sample: https://github.com/mikepenz/AboutLibraries/blob/develop/app/src/main/java/com/mikepenz/aboutlibraries/sample/ComposeActivity.kt#L93-L106
(Similar you can use the items {}
)
🤦 I hadn't realised the block was inside a lazylistscope. my bad :D
Cannot use header slot as it is not marked composable (unless i'm missing something obvious). This should fix that