OJ7 / TerpSync

TerpSync allows you to easily discover events on campus by having everything just a tap away. Find what events are happening around you. See what your favorite student organization has coming up.
1 stars 1 forks source link

Fix bug where deleting two events in a row causes app to crash #39

Closed OJ7 closed 9 years ago

OJ7 commented 9 years ago

I think this happens because when pulling up the event list activity, it currently only allows passing one deleted event back to the main activity.

OJ7 commented 9 years ago

Only allowing events to be deleted once per activity and just returning back to map afterwards.