Skip to content

Commit a205a23

Browse files
committed
refactor: refreshable이 끝나기 전 ProgressView가 사라지는 현상 해결
1 parent 0d24e1b commit a205a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/DevLogPresentation/Sources/Profile/ProfileView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct ProfileView: View {
6060
}
6161
.padding(.horizontal, 16)
6262
}
63-
.refreshable { store.send(.refresh) }
63+
.refreshable { await store.send(.refresh).finish() }
6464
.frame(maxWidth: .infinity)
6565
.background(Color(.systemGroupedBackground))
6666
.toolbar { toolbar }

0 commit comments

Comments
 (0)