mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-08 16:18:51 +01:00
Github Actions is my Lint Checker
This commit is contained in:
parent
60d0799d97
commit
8132c830e2
@ -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() }
|
||||
@ -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),
|
||||
@ -116,8 +116,6 @@ private fun getFirebaseGroup(
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
||||
private val LockAfterValues = persistentListOf(
|
||||
0, // Always
|
||||
1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user