캔 충전 후 로컬에 저장된 캔 수가 변하지 않는 버그 수정

This commit is contained in:
Yu Sung
2023-11-04 21:13:21 +09:00
parent 63a259f890
commit 41b7247a44
3 changed files with 20 additions and 14 deletions

View File

@@ -60,7 +60,7 @@ struct LiveRoomDonationDialogView: View {
Image("ic_forward")
}
.onTapGesture {
AppState.shared.setAppStep(step: .canCharge(refresh: {}))
AppState.shared.setAppStep(step: .canCharge(refresh: {}, afterCompletionToGoBack: true))
self.isShowing = false
}
}