Skip to content

Commit b75775b

Browse files
authored
Fix reader related posts (#24986)
1 parent d960c34 commit b75775b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailViewController.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,11 @@ class ReaderDetailViewController: UIViewController, ReaderDetailView {
844844

845845
let controller = ReaderDetailViewController.loadFromStoryboard()
846846
let coordinator = ReaderDetailCoordinator(view: controller)
847-
coordinator.postURL = url
847+
coordinator.set(
848+
postID: NSNumber(value: simplePost.postID),
849+
siteID: NSNumber(value: simplePost.siteID),
850+
isFeed: false
851+
)
848852
coordinator.remoteSimplePost = simplePost
849853
controller.coordinator = coordinator
850854

0 commit comments

Comments
 (0)