SpotlessApply

This commit is contained in:
Jobobby04
2024-10-14 16:23:36 -04:00
parent dc88ea8f63
commit 6464c00503
2 changed files with 4 additions and 4 deletions
@@ -150,7 +150,7 @@ object SettingsSecurityScreen : SearchableSettings {
.toImmutableMap(),
enabled = passwordProtectDownloads,
),
),
kotlin.run {
var dialogOpen by remember { mutableStateOf(false) }
if (dialogOpen) {
@@ -217,7 +217,7 @@ object SettingsSecurityScreen : SearchableSettings {
},
// SY <--
Preference.PreferenceItem.InfoPreference(stringResource(MR.strings.secure_screen_summary)),
)
),
)
}