Skip to content

Commit

Permalink
Github Actions is my Lint Checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Animeboynz committed Sep 23, 2024
1 parent 60d0799 commit 8132c83
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object SettingsSecurityScreen : SearchableSettings {

@Composable
private fun getSecurityGroup(
securityPreferences: SecurityPreferences
securityPreferences: SecurityPreferences,
): Preference.PreferenceGroup {
val context = LocalContext.current
val authSupported = remember { context.isAuthenticationSupported() }
Expand Down Expand Up @@ -96,7 +96,7 @@ private fun getSecurityGroup(

@Composable
private fun getFirebaseGroup(
securityPreferences: SecurityPreferences
securityPreferences: SecurityPreferences,
): Preference.PreferenceGroup {
return Preference.PreferenceGroup(
title = stringResource(MR.strings.pref_firebase),
Expand All @@ -116,8 +116,6 @@ private fun getFirebaseGroup(
)
}



private val LockAfterValues = persistentListOf(
0, // Always
1,
Expand Down

0 comments on commit 8132c83

Please sign in to comment.