Skip to content

Commit

Permalink
prevent flick
Browse files Browse the repository at this point in the history
  • Loading branch information
Pau1fitz committed Jan 25, 2024
1 parent 7f622da commit 52eeffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/contexts/shell/share/wallet/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
:port (rf/sub [:mediaserver/port])
:qr-size qr-size
:error-level :highest})]
[rn/view {:style {:width width :margin-left (if (zero? index) 0 -30)}}
[rn/view {:style {:height qr-size :width width :margin-left (if (zero? index) 0 -30)}}
[rn/view {:style style/qr-code-container}
[quo/share-qr-code
{:type @wallet-type
Expand Down

0 comments on commit 52eeffb

Please sign in to comment.