Reset account warnings on save

This commit is contained in:
M66B
2019-03-27 08:31:52 +00:00
parent b244c419b2
commit 7778b47743

View File

@@ -930,6 +930,7 @@ public class FragmentAccount extends FragmentBase {
if (!update)
account.created = now;
account.warning = null;
account.error = null;
account.last_connected = last_connected;