Open GoogleCodeExporter opened 8 years ago
*built from source 2012-08-03 (r5)
Original comment by dbbt...@googlemail.com
on 3 Aug 2012 at 6:52
It is because "LastLocationFinder" uses Activity's context and
"singleUpdateReceiver" may outlive the activity, you can use "this.context =
context.getApplicationContext();" in the constructor, but still
"locationListener" holds the reference to the old activity, requesting single
update in LastLocationFinder is broken, you may instead try to send broadcast
to passive receiver
Original comment by biegl...@gmail.com
on 18 Feb 2014 at 12:34
Original issue reported on code.google.com by
dbbt...@googlemail.com
on 3 Aug 2012 at 6:51