When RuntimeException in doInBackground method we must go to error state.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Tue, 16 Dec 2014 00:34:53 +0000 (01:34 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Tue, 16 Dec 2014 00:34:53 +0000 (01:34 +0100)
commite62ecfa43aba3171994e03104a99e5a814eec8fd
tree8e33648a41a2d216b07d21d79c0ee8e811f466e7
parentbb87b5e4fed7b9859a5e03d7d839b0cadd969f63
When RuntimeException in doInBackground method we must go to error state.

Becareful, there could be multiple AsyncTasks (if user is fast enough). So always
check the trigger AsyncTask conditions.
app/src/main/java/name/gumartinm/weather/information/fragment/current/CurrentFragment.java
app/src/main/java/name/gumartinm/weather/information/fragment/overview/OverviewFragment.java