Skip to content

Commit

Permalink
Merge pull request #109 from voynow/103-mobile-pull-down-refresh
Browse files Browse the repository at this point in the history
pull to refresh on mobile dashboard
  • Loading branch information
voynow authored Oct 27, 2024
2 parents 3ebed9b + 0af2ee6 commit 024917d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mobile/mobile/DashboardView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ struct DashboardView: View {
}
}
}
.refreshable {
fetchData()
}
}
.background(ColorTheme.black.edgesIgnoringSafeArea(.all))
.navigationBarHidden(true)
Expand Down

0 comments on commit 024917d

Please sign in to comment.