Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 929d298d authored by Ang Li's avatar Ang Li
Browse files

Extract variables related to Emoji to a separate class.

Looks like not all JDKs support Emoji patterns (introduced in UTK51). Once
we first invoke a method (even static, even unrelated to Emoji) in
`PeopleTileViewHelper`, for those JDKs which do not have the support,
the method invoke would not be successful. This CL extracts the Emoji
pattern compilation to a separate class, which delays the pattern
compilation only when it is necessary.

Test: atest -c SystemUIGoogleRoboRNGTests:com.android.systemui.people.PeopleSpaceScreenshotTest
Change-Id: Ic408374fc30f849eedbb60c6f470e432c46d0576
parent 705e7fa0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment