sfugarino512 / pandoroid

Automatically exported from code.google.com/p/pandoroid
GNU General Public License v2.0
0 stars 0 forks source link

FC when app re-opened after it has been background'ed #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After the app has been background'ed by the Home screen or other apps for a 
long enough amount of time, re-opening the app causes a force close.  This is 
likely caused by a null pointer exception somewhere and/or a disconnect in the 
UI activity and the background service.

The expected behavior is for it to show the last song that was playing in the 
last station that was open.

Original issue reported on code.google.com by aregner on 1 Aug 2011 at 12:06

GoogleCodeExporter commented 9 years ago
I beilve this issue is because you loose the auth token and the app has no 
error handling for when you need to reauthenticate .

Original comment by mbostwic...@gmail.com on 16 Oct 2011 at 4:41

GoogleCodeExporter commented 9 years ago
Yep.  This has actually been fixed on a branch over at github.com that will be 
merged in over here soon.

Original comment by aregner on 16 Oct 2011 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by aregner on 16 Oct 2011 at 9:50