Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed May 16, 2024
1 parent 22d6300 commit 1bff973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/status_im/contexts/shell/jump_to/utils.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
;;; Navigation
(defn shell-navigation?
[view-id]
(some #{view-id} shell.constants/floating-screens))
(and false (some #{view-id} shell.constants/floating-screens)))

(defn calculate-view-id
[]
Expand Down
5 changes: 1 addition & 4 deletions src/status_im/contexts/shell/jump_to/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@
(rn/hw-back-add-listener navigate-back-handler)
#(rn/hw-back-remove-listener navigate-back-handler)))
[:<>
[jump-to-screen/view]
[:f> bottom-tabs/f-bottom-tabs]
[:f> home-stack/f-home-stack]
[floating-button shared-values]
[floating-screens/view]]))
[:f> home-stack/f-home-stack]]))

(defn shell-stack
[]
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/subs/shell.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,4 @@
:shell/chat-screen-loaded?
:<- [:shell/loaded-screens]
(fn [screens]
(get screens shell.constants/chat-screen)))
(or true (get screens shell.constants/chat-screen))))

0 comments on commit 1bff973

Please sign in to comment.