We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f654850 commit 557f74fCopy full SHA for 557f74f
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