Skip to content

Commit

Permalink
Fix rebase on home PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferossgp committed Mar 17, 2020
1 parent fa93c4f commit bf2a167
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/routing/chat_stack.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:header-mode :none}
[{:name :home
:on-focus [::chat.loading/offload-all-messages]
:component home/home-wrapper}
:component home/home}
{:name :chat
:on-focus [::chat.loading/load-messages]
:component chat/chat}
Expand Down
1 change: 0 additions & 1 deletion src/status_im/ui/screens/routing/main.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
[status-im.ui.screens.routing.profile-stack :as profile-stack]
[status-im.ui.screens.routing.browser-stack :as browser-stack]
[status-im.chat.models.loading :as chat.loading]
[status-im.ui.screens.progress.views :as progress]
[status-im.ui.components.tabbar.core :as tabbar]
[status-im.ui.screens.routing.core :as navigation]))

Expand Down

0 comments on commit bf2a167

Please sign in to comment.