diff --git a/VERSION b/VERSION index 84cc529467..744068368f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.0 +1.18.0 \ No newline at end of file diff --git a/src/status_im/ui/screens/profile/contact/views.cljs b/src/status_im/ui/screens/profile/contact/views.cljs index f231af70b5..24549a345f 100644 --- a/src/status_im/ui/screens/profile/contact/views.cljs +++ b/src/status_im/ui/screens/profile/contact/views.cljs @@ -15,7 +15,6 @@ [quo.design-system.colors :as colors] [status-im.ui.components.toolbar :as toolbar] [status-im.ui.components.keyboard-avoid-presentation :as kb-presentation] - [status-im.utils.platform :as platform] [reagent.core :as reagent] [clojure.string :as string] [quo.components.list.item :as list-item] @@ -40,14 +39,13 @@ :icon :main-icons/add-contact :accessibility-label :add-to-contacts-button :action #(re-frame/dispatch [:contact.ui/add-to-contact-pressed public-key nil ens-name])}]) - (when platform/ios? - [{:label (i18n/label (if (or muted? blocked?) :t/unmute :t/mute)) - :icon :main-icons/notification - :accessibility-label :mute-chat - :selected muted? - :disabled blocked? - :action (when-not blocked? - #(re-frame/dispatch [::chat.models/mute-chat-toggled public-key (not muted?)]))}]) + [{:label (i18n/label (if (or muted? blocked?) :t/unmute :t/mute)) + :icon :main-icons/notification + :accessibility-label :mute-chat + :selected muted? + :disabled blocked? + :action (when-not blocked? + #(re-frame/dispatch [::chat.models/mute-chat-toggled public-key (not muted?)]))}] [{:label (i18n/label (if blocked? :t/unblock :t/block)) :negative true :selected blocked? diff --git a/status-go-version.json b/status-go-version.json index 0670952132..ba7e66e1d8 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -3,7 +3,7 @@ "_comment": "Instead use: scripts/update-status-go.sh ", "owner": "status-im", "repo": "status-go", - "version": "v0.94.7", - "commit-sha1": "b559c561d80a3b8b131b81d82e2bfda3ae387824", - "src-sha256": "0ak0zb3bq3jwlrvqcvf8fycdxvgls61qi2bmp8xi81952andk27w" -} + "version": "v0.94.9", + "commit-sha1": "38a16b355458e51489326e797dadb7c586f937f3", + "src-sha256": "02rz686j85rrb721bwjr7s2392apw1f47lvc2ms83z17xykcd5p5" +} \ No newline at end of file