fix: profile image & customization color for share-qr-code (#18643)
This commit is contained in:
parent
901818492d
commit
ab509da60e
|
@ -15,12 +15,12 @@
|
||||||
(defn profile-tab
|
(defn profile-tab
|
||||||
[]
|
[]
|
||||||
(let [{:keys [emoji-hash
|
(let [{:keys [emoji-hash
|
||||||
customization-color
|
|
||||||
universal-profile-url]
|
universal-profile-url]
|
||||||
:as profile} (rf/sub [:profile/profile])
|
:as profile} (rf/sub [:profile/profile-with-image])
|
||||||
abbreviated-url (address/get-abbreviated-profile-url
|
customization-color (rf/sub [:profile/customization-color])
|
||||||
universal-profile-url)
|
abbreviated-url (address/get-abbreviated-profile-url
|
||||||
emoji-hash-string (string/join emoji-hash)]
|
universal-profile-url)
|
||||||
|
emoji-hash-string (string/join emoji-hash)]
|
||||||
[rn/scroll-view
|
[rn/scroll-view
|
||||||
{:content-container-style {:padding-bottom 16}}
|
{:content-container-style {:padding-bottom 16}}
|
||||||
[rn/view {:style style/qr-code-container}
|
[rn/view {:style style/qr-code-container}
|
||||||
|
|
Loading…
Reference in New Issue