Show last applied for rules

This commit is contained in:
M66B
2020-12-24 08:30:03 +01:00
parent 00008a8954
commit 4cf74900fa
8 changed files with 2392 additions and 13 deletions

View File

@@ -778,8 +778,10 @@ public class FragmentRule extends FragmentBase {
@Override
protected void onExecuted(Bundle args, TupleRuleEx rule) {
if (copy > 0 && rule != null)
if (copy > 0 && rule != null) {
rule.applied = 0;
rule.last_applied = null;
}
try {
if (savedInstanceState == null) {