Skip to content

Commit d09f2eb

Browse files
committed
Enable alert banner in e2e and fix view-id-tracker
1 parent 2f368dc commit d09f2eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ TEST_NETWORKS_ENABLED=1
3636
SHOW_NOT_IMPLEMENTED_FEATURES=1
3737
DELETE_MESSAGE_FOR_ME_UNDO_TIME_LIMIT=10000
3838
DELETE_MESSAGE_UNDO_TIME_LIMIT=10000
39-
ENABLE_ALERT_BANNER=0
39+
ENABLE_ALERT_BANNER=1
4040
FLAG_WALLET_CONNECT_ENABLED=1
4141
MOBILE_DATA_SYNCING_TOGGLE_ENABLE=0
4242
API_LOGGING_ENABLED=1

src/status_im/contexts/shell/view.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[rn/view
2424
{:accessible true
2525
:accessibility-label :view-id-tracker
26-
:style {:position :absolute :z-index -1}}
26+
:style {:width 1 :height 1 :margin-top -1}}
2727
[rn/text {:color :transparent} view-id]]))
2828

2929
(defn shell-stack
@@ -34,7 +34,7 @@
3434
(rn/hw-back-add-listener navigate-back-handler)
3535
#(rn/hw-back-remove-listener navigate-back-handler)))
3636
[rn/view {:style {:background-color colors/neutral-100 :flex 1}}
37+
[home-stack/view shared-values]
3738
(when config/enable-view-id-tracker?
3839
[view-id-tracker])
39-
[home-stack/view shared-values]
4040
[bottom-tabs/view shared-values]]))

0 commit comments

Comments
 (0)