owios7 / android-sms

Automatically exported from code.google.com/p/android-sms
0 stars 0 forks source link

Backup status not updated after display sleep #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When shutting off the display during an ongoing backup, the backup state is
not reflected anymore in the progress bar after waking the screen again.

It's probably a problem with the activity lifecycle. Theoretically, the
main activity should register/unregister itself as listener on the
background service whenever it's shown/hidden.

Confirmation on specific SDKs / ROMs requested.

Original issue reported on code.google.com by chstu...@gmail.com on 6 Dec 2009 at 5:56