Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Location and Map Caching Fix #634

Merged
merged 4 commits into from
Feb 23, 2025
Merged

Event Location and Map Caching Fix #634

merged 4 commits into from
Feb 23, 2025

Conversation

nathannwangg
Copy link
Contributor

@nathannwangg nathannwangg commented Feb 23, 2025

Description

  • Added self.mapview.image = nil before the if let mapUrl = URL(string: imageUrlString) check in HIEventDetailViewController.swift
  • Changed coreDataEvent.addToLocations(coreDataLocation) to replace, not append, by adding coreDataEvent.removeFromLocations(coreDataLocation) before it in HIEventDataSource.swift

…imageUrlString) check in HIEventDetailViewController.swift. Added coreDataEvent.removeFromLocations before coreDataEvent.addToLocations in HIEventDataSource.swift
@anushkasankaran anushkasankaran merged commit 2c9e96e into dev Feb 23, 2025
2 checks passed
@anushkasankaran anushkasankaran deleted the caching-fix branch February 23, 2025 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants