diff --git a/Cosmostation.xcodeproj/project.pbxproj b/Cosmostation.xcodeproj/project.pbxproj index 5e4ec6900..717ca2756 100644 --- a/Cosmostation.xcodeproj/project.pbxproj +++ b/Cosmostation.xcodeproj/project.pbxproj @@ -7970,7 +7970,7 @@ CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 128; + CURRENT_PROJECT_VERSION = 129; DEVELOPMENT_TEAM = 8G562MW56M; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -7982,7 +7982,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.5.28; + MARKETING_VERSION = 1.5.29; PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -8002,7 +8002,7 @@ CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 128; + CURRENT_PROJECT_VERSION = 129; DEVELOPMENT_TEAM = 8G562MW56M; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -8014,7 +8014,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.5.28; + MARKETING_VERSION = 1.5.29; PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/Cosmostation/Controller/Main/MainTabWalletViewController.swift b/Cosmostation/Controller/Main/MainTabWalletViewController.swift index dcca7c766..19bbcfd0c 100644 --- a/Cosmostation/Controller/Main/MainTabWalletViewController.swift +++ b/Cosmostation/Controller/Main/MainTabWalletViewController.swift @@ -1556,8 +1556,8 @@ class MainTabWalletViewController: BaseViewController, UITableViewDelegate, UITa return } if (BaseData.instance.mParam?.params?.rison_swap_enabled != true) { - return self.onShowToast(NSLocalizedString("error_rizon_swap_finished", comment: "")) + return } let rizonSwapAlert = UIAlertController(title: "Event Horizon", message: NSLocalizedString("str_rizon_swap_alert_msg", comment: ""), preferredStyle: .alert)