lewismcgeary / VocabBuilder

Vocabulary building Android app for children
9 stars 3 forks source link

nullPointerException crash report #119

Closed lewismcgeary closed 9 years ago

lewismcgeary commented 9 years ago

onConfigurationChanged sometimes hits a nullpointer exception. seems to happen if App has been moved to background during QuizActivity, then subsequently destroyed by system to free up memory, if app is resumed and onConfigurationChanged is called before quiz has been re-initialised. quiz is initialised in Async task so crash doesn't happen every time, only if async task hasn't yet completed