We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed584a commit 40655a2Copy full SHA for 40655a2
1 file changed
Neki-iOS/Features/Archive/Sources/Presentation/Sources/Coordinator/ArchiveCoordinator.swift
@@ -119,7 +119,7 @@ struct ArchiveCoordinator {
119
if !albumDetailState.isSelectionMode {
120
state.path.append(.detail(
121
ArchivePhotoDetailFeature.State(
122
- photos: state.root.photos,
+ photos: albumDetailState.photos,
123
currentItemID: item.id,
124
folderId: albumDetailState.album.id
125
)
@@ -133,7 +133,7 @@ struct ArchiveCoordinator {
133
134
135
136
137
138
139
0 commit comments