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

Fix buy sell list #4765

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Fix buy sell list #4765

merged 1 commit into from
Jan 26, 2024

Conversation

paullinator
Copy link
Member

@paullinator paullinator commented Jan 25, 2024

  • Do not use SectionView but just a DividerLine
  • Revert from using overflow: 'visible' due to bug on Android and use insets given by SceneWrapper instead.

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

@paullinator
Copy link
Member Author

Screenshot 2024-01-24 at 21 53 40

@paullinator
Copy link
Member Author

Screenshot 2024-01-25 at 09 59 58

Copy link
Contributor

@samholmes samholmes left a comment

Choose a reason for hiding this comment

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

Approve, but I don't like the unknown fix to the padding bottom.

Comment on lines +439 to +440
// XXX: Hack. paddingBottom from insetStyle is not sufficient.
contentContainerStyle={{ ...insetStyle, paddingBottom: theme.rem(6) }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is it not sufficient? What's causing this?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know but I'm NOT touching common code in the SceneWrapper this late in the game.

- Do not use SectionView but just a DividerLine
- Revert from using `overflow: 'visible'` due to bug on Android and use insets given by SceneWrapper instead.
@paullinator paullinator enabled auto-merge January 26, 2024 18:27
@samholmes samholmes disabled auto-merge January 26, 2024 18:29
@samholmes samholmes enabled auto-merge January 26, 2024 18:33
@samholmes samholmes merged commit 22cb44b into develop Jan 26, 2024
2 checks passed
@samholmes samholmes deleted the paul/fixBuySellList branch January 26, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants