Github Actions is my Lint Checker

This commit is contained in:
Roshan Varughese 2024-09-23 22:43:57 +12:00
parent 60d0799d97
commit 8132c830e2

View File

@ -38,7 +38,7 @@ object SettingsSecurityScreen : SearchableSettings {
@Composable @Composable
private fun getSecurityGroup( private fun getSecurityGroup(
securityPreferences: SecurityPreferences securityPreferences: SecurityPreferences,
): Preference.PreferenceGroup { ): Preference.PreferenceGroup {
val context = LocalContext.current val context = LocalContext.current
val authSupported = remember { context.isAuthenticationSupported() } val authSupported = remember { context.isAuthenticationSupported() }
@ -96,7 +96,7 @@ private fun getSecurityGroup(
@Composable @Composable
private fun getFirebaseGroup( private fun getFirebaseGroup(
securityPreferences: SecurityPreferences securityPreferences: SecurityPreferences,
): Preference.PreferenceGroup { ): Preference.PreferenceGroup {
return Preference.PreferenceGroup( return Preference.PreferenceGroup(
title = stringResource(MR.strings.pref_firebase), title = stringResource(MR.strings.pref_firebase),
@ -116,8 +116,6 @@ private fun getFirebaseGroup(
) )
} }
private val LockAfterValues = persistentListOf( private val LockAfterValues = persistentListOf(
0, // Always 0, // Always
1, 1,