Rework
This commit is contained in:
		| @@ -341,6 +341,11 @@ public class Rule implements Comparable<Rule> | ||||
|  | ||||
| 		return false; | ||||
| 	} | ||||
|  | ||||
| 	public boolean getsGreenLight(Context context) | ||||
| 	{ | ||||
| 		return isRuleActive() && applies(context) && hasNotAppliedSinceLastExecution(); | ||||
| 	} | ||||
| 	 | ||||
| 	public boolean applies(Context context) | ||||
| 	{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user