Skip to content

Commit

Permalink
fix android issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilad75 committed May 9, 2024
1 parent 65928a2 commit be2d405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/contexts/wallet/home/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
[refreshable-flat-list/view
{:refresh-control [rn/refresh-control
{:refreshing (and tokens-loading? init-loaded?)
:colors colors/neutral-40
:colors [colors/neutral-40]
:tint-color colors/neutral-40
:on-refresh #(rf/dispatch [:wallet/get-accounts])}]
:header [rn/view {:style (style/header-container theme)}
Expand Down

0 comments on commit be2d405

Please sign in to comment.