Skip to content

Commit

Permalink
⚡ :: 마이플리 별도 restore 시 완료버튼 숨김
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Aug 19, 2024
1 parent b6d5e70 commit 1233cd1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ private extension MyPlaylistDetailReactor {
let backUpPlaylist = state.backupPlaylistModels

return .concat([
updateComplectionButtonVisible(flag: false),
.just(Mutation.updateEditingState(false)),
.just(Mutation.updatePlaylist(backUpPlaylist)),
.just(.updateSelectedCount(0))
Expand Down

0 comments on commit 1233cd1

Please sign in to comment.