[#8973] Mobile data syncing pop-up missing text

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
Andrey Shovkoplyas 2019-09-30 12:22:13 +02:00 committed by yenda
parent 616489bbf2
commit 7ddebcb815
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
2 changed files with 9 additions and 12 deletions

View File

@ -55,9 +55,10 @@
(str " " (i18n/label :mobile-network-sheet-settings))]]])
(views/defview settings-sheet []
[react/view {:style styles/container}
[react/view {:flex 1}
[react/view {:align-items :center}
[title :mobile-syncing-sheet-title]
[details :mobile-syncing-sheet-details]
[details :mobile-syncing-sheet-details]]
[list-item/list-item
{:theme :action
:title :t/mobile-network-continue-syncing
@ -77,9 +78,10 @@
[settings]]])
(views/defview offline-sheet []
[react/view {:style styles/container}
[react/view {:flex 1}
[react/view {:align-items :center}
[title :t/mobile-network-sheet-offline]
[details :t/mobile-network-sheet-offline-details]
[details :t/mobile-network-sheet-offline-details]]
[list-item/list-item
{:theme :action
:title :t/mobile-network-start-syncing

View File

@ -1,10 +1,5 @@
(ns status-im.ui.screens.mobile-network-settings.sheets-styles
(:require [status-im.ui.components.colors :as colors]
[status-im.ui.components.styles :as common-styles]))
(def container
{:flex 1
:align-items :center})
(:require [status-im.ui.components.colors :as colors]))
(def title
{:height 21