-
Notifications
You must be signed in to change notification settings - Fork 995
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
Floating button refactor in RowButton #4562
base: master
Are you sure you want to change the base?
Conversation
// Enable press animation if tapping this transitions the screen to a form instead of becoming selected shouldAnimateOnPress: delegate?.shouldSelectPaymentMethod(selection) == false
…into porter/row-button-pt2
🚨 New dead code detected in this PR: RowButton.swift:26 warning: Property 'imageView' is assigned, but never used Please remove the dead code before merging. If this is intentional, you can bypass this check by adding the label ℹ️ If this comment appears to be left in error, double check that the flagged code is actually used and/or make sure your branch is up-to-date with |
@yuki-stripe apologies for the commit history here, rebase didn't go as planned! |
Summary
Motivation
Testing
Changelog
N/A