JDNdeveloper / Off-By-One

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

Fix duplicate edit notification page error on Android 4.4 #157

Closed JDNdeveloper closed 9 years ago

JDNdeveloper commented 9 years ago

This only happens when you press the plus button on a reminder page or All Notifications and you try to create a one time notification.

JDNdeveloper commented 9 years ago

Currently it creates two edit notification pages when plus is pressed inside of All Notifications. It doesn't create two pages inside of a reminder when you add a notification, but it does create TWO identical looking notifications, but one is silent and the other has the correct action fields set.

JDNdeveloper commented 9 years ago

I fixed this.