OSDN Git Service

Fix NPE in Html.inParagraph()
authorRaph Levien <raph@google.com>
Tue, 5 May 2015 17:13:54 +0000 (10:13 -0700)
committerRaph Levien <raph@google.com>
Tue, 5 May 2015 17:13:54 +0000 (10:13 -0700)
commit8e71a397c6542d6a37cd59ea8b53236ac2dba86a
tree27c1f7d501c64723083c1fc861bee0164e396e1d
parent5551aca2b8ec9fe7ab5ffda8dad82ee104556962
Fix NPE in Html.inParagraph()

The typeface in a TypefaceSpan can be the null string. This patch
fixes the string comparison to not throw a NullPointerException.

Bug: 20849738
Change-Id: Ied049305794966bcbca00cfd11fe97a91b685d79
core/java/android/text/Html.java