Fix an ANR

We were adding null entries to the list every time we processed a
null entry, which caused our list to grow extremely large, and then
iterating through the list would cause an ANR.

Now we don't do this.

Bug: 9199860
Change-Id: Iaf18c6eadbdb54dd0b977f696af8326c787c21a6
1 file changed