am baf72cd7
: Merge "DO NOT MERGE 2928156 Accessibility event\'s parcelableData property not nullified during recycling (GINGERBREAD)" into gingerbread
Merge commit 'baf72cd79c2a675c2265384eb704067ab24259a7' into gingerbread-plus-aosp * commit 'baf72cd79c2a675c2265384eb704067ab24259a7': DO NOT MERGE 2928156 Accessibility event's parcelableData property not nullified during recycling (GINGERBREAD)
This commit is contained in:
@ -622,6 +622,7 @@ public final class AccessibilityEvent implements Parcelable {
|
|||||||
mPackageName = null;
|
mPackageName = null;
|
||||||
mContentDescription = null;
|
mContentDescription = null;
|
||||||
mBeforeText = null;
|
mBeforeText = null;
|
||||||
|
mParcelableData = null;
|
||||||
mText.clear();
|
mText.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user