commit | ae641ac4bbe1c7c3fb235774cb84d910573595c7 | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Mon Apr 20 13:51:49 2009 -0400 |
committer | Patrick Scott <phanna@android.com> | Mon Apr 20 13:51:49 2009 -0400 |
tree | dc7d353027c8c6af9f0c1eff3679638d25c9ed25 | |
parent | 354bbd00564c91f9989878685a2c5381bb36466e [diff] |
Check for null before animating the tab/webview. The tab will most likely not be null but the top window could easily be null if the tab has been freed due to low memory. Update getTabIndex to return -1 if the tab is null.