parent
428d79607e
commit
fc284f466f
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
;; NOTE - validation should match with Desktop
|
;; NOTE - validation should match with Desktop
|
||||||
;; https://github.com/status-im/status-desktop/blob/2ba96803168461088346bf5030df750cb226df4c/ui/imports/utils/Constants.qml#L468
|
;; https://github.com/status-im/status-desktop/blob/2ba96803168461088346bf5030df750cb226df4c/ui/imports/utils/Constants.qml#L468
|
||||||
;;
|
;;
|
||||||
(def emoji-regex
|
(def emoji-regex
|
||||||
(new
|
(new
|
||||||
js/RegExp
|
js/RegExp
|
||||||
|
@ -172,11 +172,7 @@
|
||||||
{:content (fn []
|
{:content (fn []
|
||||||
[method-menu/view on-change-profile-pic])
|
[method-menu/view on-change-profile-pic])
|
||||||
:shell? true}]))
|
:shell? true}]))
|
||||||
:image-picker-props {:profile-picture (or
|
:image-picker-props {:profile-picture @profile-pic
|
||||||
@profile-pic
|
|
||||||
(rf/sub
|
|
||||||
[:profile/onboarding-placeholder-avatar
|
|
||||||
@profile-pic]))
|
|
||||||
:full-name (if (seq @full-name)
|
:full-name (if (seq @full-name)
|
||||||
@full-name
|
@full-name
|
||||||
(i18n/label :t/your-name))
|
(i18n/label :t/your-name))
|
||||||
|
|
Loading…
Reference in New Issue