Loading commons/src/main/kotlin/com/simplemobiletools/commons/helpers/BaseConfig.kt +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ open class BaseConfig(val context: Context) { set(lastConflictResolution) = prefs.edit().putInt(LAST_CONFLICT_RESOLUTION, lastConflictResolution).apply() var avoidWhatsNew: Boolean get() = prefs.getBoolean(AVOID_WHATS_NEW, false) get() = prefs.getBoolean(AVOID_WHATS_NEW, true) set(avoidWhatsNew) = prefs.edit().putBoolean(AVOID_WHATS_NEW, avoidWhatsNew).apply() var sorting: Int Loading Loading
commons/src/main/kotlin/com/simplemobiletools/commons/helpers/BaseConfig.kt +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ open class BaseConfig(val context: Context) { set(lastConflictResolution) = prefs.edit().putInt(LAST_CONFLICT_RESOLUTION, lastConflictResolution).apply() var avoidWhatsNew: Boolean get() = prefs.getBoolean(AVOID_WHATS_NEW, false) get() = prefs.getBoolean(AVOID_WHATS_NEW, true) set(avoidWhatsNew) = prefs.edit().putBoolean(AVOID_WHATS_NEW, avoidWhatsNew).apply() var sorting: Int Loading