austgl / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
0 stars 0 forks source link

onActivityResult() is called when activity opens instead of when it closes #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a problem in the main.java file where onActivityResult is being called 
when ManageData.java is launched instead of when it is closed.  This also 
happens when trying to enable bluetooth and waiting for result to reload the 
list.

Original issue reported on code.google.com by JimR...@gmail.com on 31 Jul 2011 at 4:00

GoogleCodeExporter commented 9 years ago
Strangely it works fine for editdata.java for choose app.

Original comment by JimR...@gmail.com on 31 Jul 2011 at 4:01

GoogleCodeExporter commented 9 years ago
This was caused my Launch mode in the manifest being set to "singleInstance" 
instead of "singleTop".  Fixed in 2.0.12.

Original comment by JimR...@gmail.com on 31 Jul 2011 at 6:51