Showing
1 changed file
with
1 additions
and
1 deletions
@@ -83,7 +83,7 @@ class ReactState { | @@ -83,7 +83,7 @@ class ReactState { | ||
83 | } | 83 | } |
84 | 84 | ||
85 | 85 | ||
86 | - if(matched && conditions != null ){ | 86 | + if(matched && conditions.size() >0 ){ |
87 | matched = false; | 87 | matched = false; |
88 | for(DoCondition item:conditions){ | 88 | for(DoCondition item:conditions){ |
89 | TriggerState conditionState = getOrCreateConditionState(item.getEntityId(),item.getTriggerCondition()); | 89 | TriggerState conditionState = getOrCreateConditionState(item.getEntityId(),item.getTriggerCondition()); |