File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/status_im/contexts/shell Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ TEST_NETWORKS_ENABLED=1
3636SHOW_NOT_IMPLEMENTED_FEATURES=1
3737DELETE_MESSAGE_FOR_ME_UNDO_TIME_LIMIT=10000
3838DELETE_MESSAGE_UNDO_TIME_LIMIT=10000
39- ENABLE_ALERT_BANNER=0
39+ ENABLE_ALERT_BANNER=1
4040FLAG_WALLET_CONNECT_ENABLED=1
4141MOBILE_DATA_SYNCING_TOGGLE_ENABLE=0
4242API_LOGGING_ENABLED=1
Original file line number Diff line number Diff line change 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
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]]))
You can’t perform that action at this time.
0 commit comments