Skip to content

Commit 12c64b0

Browse files
committed
always allow SMB
1 parent 193224a commit 12c64b0

File tree

1 file changed

+0
-2
lines changed
  • plugins/constraints/src/main/kotlin/app/aaps/plugins/constraints/safety

1 file changed

+0
-2
lines changed

plugins/constraints/src/main/kotlin/app/aaps/plugins/constraints/safety/SafetyPlugin.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ class SafetyPlugin @Inject constructor(
9797
}
9898

9999
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)
102100
return value
103101
}
104102

0 commit comments

Comments
 (0)