feature: added error messages handler

This commit is contained in:
vladimir.kuznetsov 2025-02-19 20:27:15 +07:00
parent a5254ac238
commit eda24765e7
4 changed files with 16 additions and 17 deletions

View file

@ -139,6 +139,7 @@ PageType {
if (!ApiConfigsController.updateServiceFromGateway(ServersModel.defaultIndex, countryCode, countryName)) {
ApiCountryModel.currentIndex = prevIndex
}
PageController.showBusyIndicator(false)
}
}