On Tue, Mar 15, 2011 at 1:38 PM, David Williams < [email protected]> wrote:
> I did run this through the debugger, that's what was really confusing me. > > The debugger was showing the following: > > expired = false > result = true > > That is why I was pretty confused because it looked to me that result > wasn't being passed correctly. Ah, OK. Weird. Perhaps it was optimized out since (result = true) would mean "result" would always be true. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

