We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d24e1b commit a205a23Copy full SHA for a205a23
1 file changed
Application/DevLogPresentation/Sources/Profile/ProfileView.swift
@@ -60,7 +60,7 @@ struct ProfileView: View {
60
}
61
.padding(.horizontal, 16)
62
63
- .refreshable { store.send(.refresh) }
+ .refreshable { await store.send(.refresh).finish() }
64
.frame(maxWidth: .infinity)
65
.background(Color(.systemGroupedBackground))
66
.toolbar { toolbar }
0 commit comments