Skip to content

Commit

Permalink
Make undread-indicator as last child of view (#17064)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil authored Aug 22, 2023
1 parent 79daa4d commit 8e7c6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/status_im2/common/home/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@
:on-press #(dispatch-and-chill [:open-modal :share-shell] 1000)})
:i/qr-code]
[rn/view
[unread-indicator]
[quo/button
(merge button-common-props
{:accessibility-label :open-activity-center-button
:on-press #(rf/dispatch [:activity-center/open])})
:i/activity-center]]]))
:i/activity-center]
[unread-indicator]]]))

;; TODO: should be moved to quo2 https://github.com/status-im/status-mobile/issues/16964
(defn top-nav
Expand Down

0 comments on commit 8e7c6fe

Please sign in to comment.