commit | e25071650ee4761c86a1b8323de26a07a0f6ad79 | [log] [tgz] |
---|---|---|
author | Raph Levien <raph@google.com> | Mon Jun 18 16:17:30 2012 -0700 |
committer | Raph Levien <raph@google.com> | Mon Jun 18 16:17:30 2012 -0700 |
tree | 40d4a5039e42b91a7347618342f64e78ae035634 | |
parent | 81f58c2083b1bc29647fb729bd2c885435a64bf0 [diff] |
Fix bug 6688060: breakage in AndroidCharacter.mirror A code cleanup inadvertently changed the semantics of the function, causing it to return immediately when the first character is mirrored. This causes CTS test breakage (in android.text.cts.AndroidCharacterTest). This change restores the earlier behavior and causes the test to pass. Change-Id: I68cfb75f1db16eaa72e569dc48fbd0dee06f2de8