Many small fixes

This commit is contained in:
2025-12-28 15:27:50 +01:00
parent fd90b14bdc
commit 4a90b36f6a
10 changed files with 43 additions and 17 deletions

View File

@@ -487,8 +487,6 @@ public class Rule implements Comparable<Rule>
protected boolean activateInternally(AutomationService automationService)
{
boolean isActuallyToggleable = isActuallyToggable();
// boolean notLastActive = getLastActivatedRule() == null || !getLastActivatedRule().equals(Rule.this);
boolean doToggle = ruleToggle && isActuallyToggleable;
String message;