ChicoState / Smart-Nap

0 stars 2 forks source link

AlarmDialog crashes app when attempting to populate flash cards from AlarmClock object #12

Open cboatsman opened 7 years ago

cboatsman commented 7 years ago

This crash is caused because of a NULL exception error. The current list is attempting to return an ArrayList of Long but the list is size 0. Flash card ID's are properly being passed from fcpop to AlarmEdit activity, but there is no storage of the card ID's to the AlarmClock when saving it.

cboatsman commented 7 years ago

One-to-many relations with sugarrecord: https://github.com/chennaione/sugar/issues/60