OSDN Git Service

Check for null before accessing mPickerData.
authorPatrick Scott <phanna@android.com>
Tue, 28 Apr 2009 12:03:29 +0000 (08:03 -0400)
committerPatrick Scott <phanna@android.com>
Tue, 28 Apr 2009 12:03:29 +0000 (08:03 -0400)
commit20abe047a9f424a916e1b2a5d8b614b9b466e924
treeedb2310504d3066f918ebb0f3883edf9ec5bfa88
parent761b3b5a23c06b64b9ecb99953665d2059e3b145
Check for null before accessing mPickerData.

It could be null when switching to a parent tab since the parent tab will be
restored before showing the tab picker. This clears mPickerData before building
the tab picker.
src/com/android/browser/TabControl.java