From 33abdf559a6e37227d2f7c6151aabdb4ceba28e4 Mon Sep 17 00:00:00 2001 From: yenda Date: Thu, 23 Jan 2020 16:25:12 +0100 Subject: [PATCH] disable custom picture Signed-off-by: yenda --- src/status_im/ui/screens/profile/user/views.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/profile/user/views.cljs b/src/status_im/ui/screens/profile/user/views.cljs index f6dd3f3637..52be7cfe8d 100644 --- a/src/status_im/ui/screens/profile/user/views.cljs +++ b/src/status_im/ui/screens/profile/user/views.cljs @@ -65,7 +65,8 @@ (defn- header [{:keys [photo-path] :as account} photo-added?] [profile.components/profile-header {:contact account - :allow-icon-change? true + ;;set to true if we want to re-enable custom icon + :allow-icon-change? false :include-remove-action? photo-added?}]) (defn- header-in-toolbar [account]