mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25:27 +02:00
Fix initial state for Partial history view option
This commit is contained in:
parent
1f21cfbae0
commit
6eaae86b12
@ -213,7 +213,7 @@ class UserPreferencesRepository @Inject constructor(private val dataStore: DataS
|
||||
val unitConverterSorting: UnitsListSorting = preferences[PrefsKeys.UNIT_CONVERTER_SORTING]?.let { UnitsListSorting.valueOf(it) } ?: UnitsListSorting.USAGE
|
||||
val middleZero: Boolean = preferences[PrefsKeys.MIDDLE_ZERO] ?: false
|
||||
val enableToolsExperiment: Boolean = preferences[PrefsKeys.ENABLE_TOOLS_EXPERIMENT] ?: false
|
||||
val partialHistoryView: Boolean = preferences[PrefsKeys.PARTIAL_HISTORY_VIEW] ?: false
|
||||
val partialHistoryView: Boolean = preferences[PrefsKeys.PARTIAL_HISTORY_VIEW] ?: true
|
||||
|
||||
MainPreferences(
|
||||
digitsPrecision = digitsPrecision,
|
||||
|
Loading…
x
Reference in New Issue
Block a user