Skip to content

Commit 40655a2

Browse files
committed
[Chore] #178 - 이미지 상세 전환 시 포토 목록을 루트에서 주던 문제 수정
1 parent 2ed584a commit 40655a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Neki-iOS/Features/Archive/Sources/Presentation/Sources/Coordinator/ArchiveCoordinator.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct ArchiveCoordinator {
119119
if !albumDetailState.isSelectionMode {
120120
state.path.append(.detail(
121121
ArchivePhotoDetailFeature.State(
122-
photos: state.root.photos,
122+
photos: albumDetailState.photos,
123123
currentItemID: item.id,
124124
folderId: albumDetailState.album.id
125125
)
@@ -133,7 +133,7 @@ struct ArchiveCoordinator {
133133
if !albumDetailState.isSelectionMode {
134134
state.path.append(.detail(
135135
ArchivePhotoDetailFeature.State(
136-
photos: state.root.photos,
136+
photos: albumDetailState.photos,
137137
currentItemID: item.id,
138138
folderId: albumDetailState.album.id
139139
)

0 commit comments

Comments
 (0)