mirror of
https://github.com/status-im/status-react.git
synced 2025-01-23 17:29:08 +00:00
fix Privacy policy button in learn more sheet open terms-of-use sheet (#21823)
This commit is contained in:
parent
8e3c42796f
commit
3191c70048
@ -4,7 +4,7 @@
|
|||||||
[quo.foundations.colors :as colors]
|
[quo.foundations.colors :as colors]
|
||||||
[quo.theme]
|
[quo.theme]
|
||||||
[react-native.core :as rn]
|
[react-native.core :as rn]
|
||||||
[status-im.common.terms.view :as terms]
|
[status-im.common.privacy.view :as privacy]
|
||||||
[utils.i18n :as i18n]
|
[utils.i18n :as i18n]
|
||||||
[utils.re-frame :as rf]))
|
[utils.re-frame :as rf]))
|
||||||
|
|
||||||
@ -26,7 +26,7 @@
|
|||||||
[quo/text
|
[quo/text
|
||||||
{:size :paragraph-2
|
{:size :paragraph-2
|
||||||
:weight :bold
|
:weight :bold
|
||||||
:on-press #(rf/dispatch [:show-bottom-sheet {:content terms/terms-of-use :shell? true}])}
|
:on-press #(rf/dispatch [:show-bottom-sheet {:content privacy/privacy-statement :shell? true}])}
|
||||||
(i18n/label :t/more-details-in-privacy-policy-2)]]])
|
(i18n/label :t/more-details-in-privacy-policy-2)]]])
|
||||||
|
|
||||||
(defn- bullet-points
|
(defn- bullet-points
|
||||||
|
Loading…
x
Reference in New Issue
Block a user