mirror of https://github.com/M66B/FairEmail.git
Dismiss rule check dialog on executed
This commit is contained in:
parent
d43488c216
commit
cb194a9d4f
|
@ -1279,6 +1279,7 @@ public class FragmentRule extends FragmentBase {
|
||||||
if (applied > 0)
|
if (applied > 0)
|
||||||
ServiceSynchronize.eval(getContext(), "rules/manual");
|
ServiceSynchronize.eval(getContext(), "rules/manual");
|
||||||
|
|
||||||
|
dismiss();
|
||||||
ToastEx.makeText(getContext(), getString(R.string.title_rule_applied, applied), Toast.LENGTH_LONG).show();
|
ToastEx.makeText(getContext(), getString(R.string.title_rule_applied, applied), Toast.LENGTH_LONG).show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue