Skip to content

Commit

Permalink
- Pass error to error handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
boscojwho committed Sep 26, 2023
1 parent 214773a commit a4f1d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mlem/Extensions/View - Handle Lemmy Links.swift
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ struct HandleLemmyLinkResolution<Path: AnyNavigationPath>: ViewModifier {
return false
}
} catch {
errorHandler.handle(error)
return false
}
}
Expand Down

0 comments on commit a4f1d6c

Please sign in to comment.