Schmitt-Florian / SchoolPlanner

This is a schoolplanner. You can use it to remember your schedule, your homework and the dates of your exams.
16 stars 7 forks source link

DATABASE BUG #60

Closed DWolkewitz closed 7 years ago

DWolkewitz commented 7 years ago

When I create a new teacher and a new subject and click save it everything seems to be alright but as soon as I try to put the subject into the schedule the teacher and subject is gone. It is also not saved in the database (neither the teacher nor the subject)!

Schmitt-Florian commented 7 years ago

it's an known issue, everything is alright with the db. It happens b/c the database resets every time the app is started (this includes also switching between horizontal and vertical), try fix it by comenting out the code in the testing area in the mainactivity's onCreate() method

DWolkewitz commented 7 years ago

Ok so it's alright