back to the previous design of Home Screen and Account Screen, bug fix

This commit is contained in:
Aliaksandr Dvoineu
2023-05-16 08:20:50 +03:00
parent ccfb604d58
commit ba2cc014d8
9 changed files with 50 additions and 51 deletions

View File

@@ -59,8 +59,8 @@ class SetRegionViewController: BaseViewController, UITableViewDataSource, UITabl
WidgetCenter.shared.reloadAllTimelines()
}
if vpnVC != nil {
vpnVC!.updateVPNRegionLabel()
if homeVC != nil {
homeVC!.updateVPNRegionLabel()
}
dismiss(animated: true, completion: {