캔 충전 후 로컬에 저장된 캔 수가 변하지 않는 버그 수정
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user