1
0
Fork 0
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:
M66B 2020-06-20 21:12:54 +02:00
parent d43488c216
commit cb194a9d4f

View file

@ -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();
}