mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +00:00
Add: StringPref composable to PrefBuilder
This commit is contained in:
parent
2b6192d75d
commit
3284c17937
@ -25,5 +25,10 @@ fun PrefsBuilder(
|
||||
if (it) enabledSetState.addAll(dependents)
|
||||
else enabledSetState.removeAll(dependents)
|
||||
}
|
||||
is String -> StringPreference(
|
||||
prefKey = prefKey as Preferences.Key<String>,
|
||||
index = index,
|
||||
groupSize = size,
|
||||
) { onDialogPref(prefKey) }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user