mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Show last applied for rules
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user