rainbow-me / rainbow

🌈‒ the Ethereum wallet that lives in your pocket
https://rainbow.me
GNU General Public License v3.0
3.9k stars 607 forks source link

fix android padding calc #5877

Closed brunobar79 closed 3 months ago

brunobar79 commented 3 months ago

Fixes APP-####

What changed (plus any additional context for devs)

We were asumming all android phones have the softMenu enabled and that's not the case for my Pixel 4. I've added a check and adjusted the padding accordingly.

Screen recordings / screenshots

BEFORE

Screenshot 2024-06-20 at 5 22 19 PM

AFTER

Screenshot 2024-06-20 at 5 19 27 PM

What to test