Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currency formatting issue fixed and Add Transfer Icon Fix(Ticket 331 and 507) #303

Merged
merged 5 commits into from
Mar 25, 2021

Conversation

aparthibanpaypal
Copy link
Contributor

No description provided.

@@ -89,7 +89,7 @@ extension TransferDestinationCell {
if !UIFont.isLargeSizeCategory {
let icon = UIImage.fontIcon(hyperwalletIcon.rawValue,
Theme.Icon.frame,
CGFloat(Theme.Icon.size),
CGFloat(20),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont use hardcoded value. Create something like Theme.addIcon.size

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added constant

if selectTransferMethodCoordinator == nil {
tableViewCell.accessoryType = .none
}
tableViewCell.accessoryType = .none

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this changed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To hide the arrow mark next to Add Transfer Method title.

@SaiNarendran SaiNarendran added Ready To Merge This PR has been tested and is ready to merge and removed Ready To Test This PR is ready to test labels Mar 22, 2021
@rbanikPP rbanikPP requested a review from jsaini-hw March 23, 2021 06:38
@aparthibanpaypal aparthibanpaypal changed the title Currency formatting issue fixed. Currency formatting issue fixed and Add Transfer Icon Fix(Ticket 331 and 507) Mar 24, 2021
@malaw-hw malaw-hw merged commit b3d3df1 into S206 Mar 25, 2021
@malaw-hw malaw-hw deleted the bugfix/DTSERWFOUR-331-CurrencyFormattingIssue branch March 25, 2021 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready To Merge This PR has been tested and is ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants