ruddarr / app

A native iOS companion app for Radarr and Sonarr instances.
https://apps.apple.com/app/ruddarr/id6476240130
MIT License
117 stars 6 forks source link

Fix InformationItem Hashability #342

Closed pteasima closed 1 month ago

pteasima commented 1 month ago

@tillkruss This is an attempt to potentially fix https://ruddarr.sentry.io/issues/5249618572/?environment=appstore&project=4506759167803392&query=is%3Aunresolved%20issue.priority%3A%5Bhigh%2C%20medium%5D&referrer=issue-stream&statsPeriod=14d&stream_index=5 , although there is no direct connection between the breadcrumbs from that crash and the Information view. The error description lead me to review all uses of ids within all ForEaches in the codebase, and this one had a potential loophole.

But my best guess is this was nothing and was not related to the crash.