fix: wallet details padding for android#16899
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
|
|
|
There was a problem hiding this comment.
Bug: SafeAreaView Flex Style Missing
The SafeAreaView component lost its flex: 1 style when styles.safeArea was removed. While the Android-specific padding removal was correct, flex: 1 is still required for the component to expand and fill the available screen space, leading to layout issues.
app/components/Views/MultichainAccounts/WalletDetails/BaseWalletDetails/index.tsx#L137-L138
Was this report helpful? Give feedback by reacting with 👍 or 👎
|
ccharly
left a comment
There was a problem hiding this comment.
LGTM (but haven't tested it, but looking at the screenshots this seems ok)



Description
This PR fixes the additional padding that appears for android devices in the wallet view.
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MUL-316?atlOrigin=eyJpIjoiZGE3M2FjZmJjNTM0NDhlMDlmOTcwODY1OTk1MTE4NDMiLCJwIjoiaiJ9
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist