[+] Reload view after leaving/deleting a family

This commit is contained in:
Hykilpikonna
2021-01-25 16:13:54 -05:00
parent d67ba1671e
commit 550b0356fb
+4
View File
@@ -285,6 +285,10 @@ class FamilyVC: UIViewController
if i == 0 || i == 1 { localStorage.removeObject(forKey: "family") }
self.msg("\(action) Success!", msg)
{
self.viewDidLoad()
AccountViewController.this.login()
}
}
}
}