SimonJinaphant / Discovr

A personalized UBC companion app
0 stars 2 forks source link

Upcoming Events are recreating the marker for events #170

Closed ValRat closed 7 years ago

ValRat commented 7 years ago

The EventPartialFragment's onCreateView method places a marker on the map. This is fine when you are coming from the All Events or Subscribed Events page, but this duplicates a marker when browsing from the Upcoming Events page (since the markers are already in place). Since exact locations are fuzzed (to prevent marker stacking) this issue only occurs when there are more than one event at one location, (Since if there was only one event, the new marker would be exactly on top of the old one)