We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193224a commit 12c64b0Copy full SHA for 12c64b0
plugins/constraints/src/main/kotlin/app/aaps/plugins/constraints/safety/SafetyPlugin.kt
@@ -97,8 +97,6 @@ class SafetyPlugin @Inject constructor(
97
}
98
99
override fun isAdvancedFilteringEnabled(value: Constraint<Boolean>): Constraint<Boolean> {
100
- val bgSource = activePlugin.activeBgSource
101
- if (!bgSource.advancedFilteringSupported()) value.set(false, rh.gs(R.string.smbalwaysdisabled), this)
102
return value
103
104
0 commit comments