OSDN Git Service

Fix crash with FontProvider
authorSeigo Nonaka <nona@google.com>
Wed, 25 Jan 2017 13:25:10 +0000 (22:25 +0900)
committerSeigo Nonaka <nona@google.com>
Wed, 25 Jan 2017 13:25:10 +0000 (22:25 +0900)
commitc65ea181da71fab4d911da010c7413492104df4d
tree477c3fdf258d27554c06b60674b8e6994651fb07
parent954cfce18d94c30c84899b38fed4e09aaa6e601d
Fix crash with FontProvider

Need to freeze the FontFamily otherwise the FontFamily is not created.

Test: manually done
Change-Id: I81a6f0d295f13bbeb059deafb4283654f97c0090
graphics/java/android/graphics/Typeface.java