Fix ktlint issues

This commit is contained in:
Benoit Marty 2024-01-10 19:33:39 +01:00
parent 140a11cf77
commit a831f05f6e
100 changed files with 66 additions and 158 deletions

View file

@ -69,7 +69,7 @@ class SecureBackupRootNode @AssistedInject constructor(
}
private fun onLearnMoreClicked(uriHandler: UriHandler) {
uriHandler.openUri(SecureBackupConfig.LearnMoreUrl)
uriHandler.openUri(SecureBackupConfig.LEARN_MORE_URL)
}
@Composable