[android-developers] Re: Application Back button not working

2011-01-09 Thread Zsolt Vasvari
> Its weird the code working on one machine and not on other It sure is, but I am sure it's nothing that cannot be resolved with the use of the built-in debugger. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

Re: [android-developers] Re: Application Back button not working

2011-01-09 Thread Robin Talwar
The code is there and is still running fine on my office machine. But on other machines it is not. The back button has simple intent call defined to the home.class. Its weird the code working on one machine and not on other On Mon, Jan 10, 2011 at 10:35 AM, Sarwar Erfan wrote: > You should look i

[android-developers] Re: Application Back button not working

2011-01-09 Thread Sarwar Erfan
You should look into your code and verify that you emailed yourself the latest code (and not a backup from few days earlier). If you believe that the code for the back button event is there but not working exists, manually open the file and find that code. If you can find it, put a break point t