BreakOutEvent / breakout-android-legacy

The Android App for BreakOut.
GNU Affero General Public License v3.0
1 stars 0 forks source link

LoginRegisterActivity orientation change issues #18

Closed tinobo closed 8 years ago

tinobo commented 8 years ago

When rotating the LoginRegisterActivity while an AsyncTask is running, the task will keep running but after finishing, the views cannot be refreshed.

A Loader or any other mechanism should be used to re-register to the running AsyncTask when the Activity has been rotated.