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
|
@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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user