mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
feature: added error handling and minor ui fixes
This commit is contained in:
@@ -303,8 +303,11 @@ PageType {
|
||||
PageController.goToPage(PageEnum.PageSettingsApiAvailableCountries)
|
||||
} else {
|
||||
PageController.showBusyIndicator(true)
|
||||
ApiSettingsController.getAccountInfo()
|
||||
let result = ApiSettingsController.getAccountInfo()
|
||||
PageController.showBusyIndicator(false)
|
||||
if (!result) {
|
||||
return
|
||||
}
|
||||
|
||||
PageController.goToPage(PageEnum.PageSettingsApiServerInfo)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user