Dismiss rule check dialog on executed

This commit is contained in:
M66B 2020-06-20 21:12:54 +02:00
parent d43488c216
commit cb194a9d4f
1 changed files with 1 additions and 0 deletions

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