Skip to content

Commit f84181a

Browse files
authored
Merge pull request #19775 from wordpress-mobile/bug/infinite-redirect-loop
Remove bounce back to safari code
2 parents 20b73e5 + c6d3155 commit f84181a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

WordPress/Classes/Utility/Universal Links/Routes+Reader.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ extension ReaderRoute: NavigationAction {
6666
return
6767
}
6868

69-
// Bounce back to Safari on failure
70-
coordinator.failureBlock = {
71-
self.failAndBounce(values)
72-
}
73-
7469
switch self {
7570
case .root:
7671
coordinator.showReaderTab()

0 commit comments

Comments
 (0)