From 286e873e4716ffa5d8644d9efcbdf8e4bb054b4b Mon Sep 17 00:00:00 2001 From: Aashish karn Date: Tue, 16 May 2023 22:29:23 +0545 Subject: [PATCH] Bug Fixes --- GME Remit.xcodeproj/project.pbxproj | 4 ++-- .../View/HomeViewController.swift | 8 ++++++++ .../View/KYCVerifyStep1.storyboard | 18 +++++++++--------- .../bn.lproj/Localizable.strings | 1 + .../ja.lproj/Localizable.strings | 1 + .../ne.lproj/Localizable.strings | 1 + .../si.lproj/Localizable.strings | 1 + .../vi-VN.lproj/Localizable.strings | 1 + 8 files changed, 24 insertions(+), 11 deletions(-) diff --git a/GME Remit.xcodeproj/project.pbxproj b/GME Remit.xcodeproj/project.pbxproj index 8f56d57f..bc26d932 100644 --- a/GME Remit.xcodeproj/project.pbxproj +++ b/GME Remit.xcodeproj/project.pbxproj @@ -8303,7 +8303,7 @@ "$(inherited)", "$(PROJECT_DIR)/GME\\ Remit/ThirdParty/virtualKeyboard/mtk_module", ); - MARKETING_VERSION = 1.5.5; + MARKETING_VERSION = 1.5.7; "OTHER_CODE_SIGN_FLAGS[sdk=*]" = "--generate-entitlement-der"; OTHER_LDFLAGS = ( "$(OTHER_LDFLAGS)", @@ -8348,7 +8348,7 @@ "$(inherited)", "$(PROJECT_DIR)/GME\\ Remit/ThirdParty/virtualKeyboard/mtk_module", ); - MARKETING_VERSION = 1.5.5; + MARKETING_VERSION = 1.5.7; OTHER_LDFLAGS = ( "$(OTHER_LDFLAGS)", "-ObjC", diff --git a/GME Remit/Modules/Home/User Interface/View/HomeViewController.swift b/GME Remit/Modules/Home/User Interface/View/HomeViewController.swift index e0bfe915..2a4ce2b4 100644 --- a/GME Remit/Modules/Home/User Interface/View/HomeViewController.swift +++ b/GME Remit/Modules/Home/User Interface/View/HomeViewController.swift @@ -446,6 +446,7 @@ extension HomeViewController { messageTitleLabel.text = "Change Password" messageLabel.text = "Please change your password" messageLeftImageview.image = UIImage(named: "Documents") + messageView.isUserInteractionEnabled = true let tap = UITapGestureRecognizer(target: self, action: #selector(self.changePassword(_:))) messageView.addGestureRecognizer(tap) } @@ -457,6 +458,7 @@ extension HomeViewController { messageTitleLabel.text = "change_txn_pin".localized() messageLabel.text = "change_txn_pin_detail".localized() messageLeftImageview.image = UIImage(named: "Documents") + messageView.isUserInteractionEnabled = true let tap = UITapGestureRecognizer(target: self, action: #selector(self.changetxnPin(_:))) messageView.addGestureRecognizer(tap) } @@ -468,6 +470,7 @@ extension HomeViewController { messageTitleLabel.text = "setup_new_pin_title".localized() messageLabel.text = "setup_new_pin_body".localized() messageLeftImageview.image = UIImage(named: "Documents") + messageView.isUserInteractionEnabled = true let tap = UITapGestureRecognizer(target: self, action: #selector(self.setupTxnPin(_:))) messageView.addGestureRecognizer(tap) } @@ -479,6 +482,7 @@ extension HomeViewController { messageTitleLabel.text = "change_txn_pin_n_pass".localized() messageLabel.text = "change_txn_pin_n_pass_detail".localized() messageLeftImageview.image = UIImage(named: "Documents") + messageView.isUserInteractionEnabled = true let tap = UITapGestureRecognizer(target: self, action: #selector(changePinAndPassword(_:))) messageView.addGestureRecognizer(tap) } @@ -491,12 +495,14 @@ extension HomeViewController { messageLabel.text = StringConstants().soonToUseGmeServicesTitle messageLeftImageview.image = UIImage(named: "Documents") if user?.agreeYn?.lowercased() == "false" { + messageView.isUserInteractionEnabled = true DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 3) { let w = NewRegisterWireframe.init() w.isFrom = true w.open(on: self, step: .terms) } } + messageView.isUserInteractionEnabled = false } private func showKycIncompleteMessage() { @@ -506,6 +512,7 @@ extension HomeViewController { messageTitleLabel.text = "kyc_fill_text".localized() messageLabel.text = "complete_your_registration_text".localized() messageLeftImageview.image = UIImage(named: "Documents") + messageView.isUserInteractionEnabled = true let tap = UITapGestureRecognizer(target: self, action: #selector(self.handleTap(_:))) messageView.addGestureRecognizer(tap) } @@ -517,6 +524,7 @@ extension HomeViewController { messageTitleLabel.text = "Verify email" messageLabel.text = "Please click here to verify your email address" messageLeftImageview.image = UIImage(named: "Documents") + messageView.isUserInteractionEnabled = true let tap = UITapGestureRecognizer(target: self, action: #selector(otpVerificationTapped(_:))) messageView.addGestureRecognizer(tap) } diff --git a/GME Remit/Modules/RegisterModules/UserAuthentication/KYCVerifyStep1/User Interface/View/KYCVerifyStep1.storyboard b/GME Remit/Modules/RegisterModules/UserAuthentication/KYCVerifyStep1/User Interface/View/KYCVerifyStep1.storyboard index 833feed8..efc254b1 100644 --- a/GME Remit/Modules/RegisterModules/UserAuthentication/KYCVerifyStep1/User Interface/View/KYCVerifyStep1.storyboard +++ b/GME Remit/Modules/RegisterModules/UserAuthentication/KYCVerifyStep1/User Interface/View/KYCVerifyStep1.storyboard @@ -33,16 +33,16 @@ - + - + - + - + @@ -306,8 +306,8 @@ -