refactor: preference repository #74
Loading…
Reference in a new issue
No description provided.
Delete branch "septs/OpenEUICC:prefs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
reduce template code
@ -62,3 +53,2 @@
val experimentalDownloadWizardFlow: Flow<Boolean> =
dataStore.data.map { it[PreferenceKeys.EXPERIMENTAL_DOWNLOAD_WIZARD] ?: false }
private fun <T> bind(key: Preferences.Key<T>, defaultValue: T): Flow<T> =
bind -> bindFlow?
c404e7cae6
to18edef0247