JDNdeveloper / Off-By-One

CMPS 115 Project: Jayden Navarro, John Gemignani, Alex Gonzalez, Kevin Cheng, Josh Innis
0 stars 0 forks source link

When deleting a single notification from a reminder, ALL Notifications are Removed from the Reminders ArrayList, not just the one we want removed #177

Closed JDNdeveloper closed 9 years ago

JDNdeveloper commented 9 years ago

Problem was indirectly in DeleteABE. The problem was actually in Reminder and when delete resets the keys it broke it. Problem fixed.