moontreeapp / moontree

Primary Mono Repo
6 stars 5 forks source link

Receive Screen Bugs #576

Closed Whale-Street closed 2 years ago

Whale-Street commented 2 years ago

Describe The Bug

No logo on the QR code and the contents of the screen scroll.

To Reproduce

Navigate to the Receive screen.

Expected Behavior

The qr code should have a Moontree logo and the contents of the screen should not scroll.

Screenshots

Screenshot_20220512-111439

https://user-images.githubusercontent.com/9276931/168132548-c34673fc-f35a-41a4-9ecb-d1923e93e98d.mp4

Tasks For This Bug

Whale-Street commented 2 years ago

The logo was causing an issue with scanning the qr code in #503. It was removed to fix that issue.

If we want to have a logo, we'll probably need to use a different scan/qr lib.

lastmeta commented 2 years ago

must fix the scrolling issue

Whale-Street commented 2 years ago

The solution that was implemented did not take into account the navbar being raised as a result of the system navbar being displayed. This needs to be taken into account.