peterhajas / MobileNotifier

iOS Notifications. Done right.
BSD 3-Clause "New" or "Revised" License
302 stars 32 forks source link

Springboard Crash - Delete Items in Lockscreen's AlertDashboard #126

Closed tinifni closed 13 years ago

tinifni commented 13 years ago

Here are the steps to reproduce the crash:

  1. Start on Lockscreen with missed notifications present
  2. Tap Missed Notifications to bring up the Lockscreen's AlertDashboard
  3. Slide from left to right over a missed item to reveal Delete button
  4. Delete item
  5. Unlock phone
  6. Activate AlertDashboard (by bringing up Apple's application switcher menu or otherwise)
  7. Slide from left to right on the item deleted in Steps 3-4 to reveal Delete button (previously deleted item is still present)
  8. Delete item

After Step 8, the Springboard crashes.

iPhone 3GS iOS 4.2.1 MobileNotifier beta4, Decadent DinoBites

timnovinger commented 13 years ago

This issue was fixed by @peterhajas in the following commits:

Great bug report @tinifni!