diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-01-26 09:42:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 09:42:23 +0000 |
commit | badec6409efddb73429ccbcd7a8b60cdcbf10170 (patch) | |
tree | 54024becfab9362b1fdfb3eea8561664814ec4de /app | |
parent | dfc85d219ded4395c1d38fee225f9348bcab0914 (diff) |
fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.3.1 (#2874)
* fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.3.1
* refactor: address issues from compose-lints 1.3.x
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/java/app/passwordstore/ui/pgp/PGPKeyList.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/java/app/passwordstore/ui/pgp/PGPKeyList.kt b/app/src/main/java/app/passwordstore/ui/pgp/PGPKeyList.kt index 40a8654d..0ee5748c 100644 --- a/app/src/main/java/app/passwordstore/ui/pgp/PGPKeyList.kt +++ b/app/src/main/java/app/passwordstore/ui/pgp/PGPKeyList.kt @@ -156,7 +156,7 @@ private fun KeyListPreview() { @Preview @Composable -fun EmptyKeyListPreview() { +private fun EmptyKeyListPreview() { APSThemePreview { Box(modifier = Modifier.background(MaterialTheme.colorScheme.background)) { KeyList(identifiers = persistentListOf(), onItemClick = {}) |