mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Dismiss rule check dialog on executed
This commit is contained in:
parent
d43488c216
commit
cb194a9d4f
1 changed files with 1 additions and 0 deletions
|
@ -1279,6 +1279,7 @@ public class FragmentRule extends FragmentBase {
|
|||
if (applied > 0)
|
||||
ServiceSynchronize.eval(getContext(), "rules/manual");
|
||||
|
||||
dismiss();
|
||||
ToastEx.makeText(getContext(), getString(R.string.title_rule_applied, applied), Toast.LENGTH_LONG).show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue