summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/16/changes
diff options
context:
space:
mode:
authorRaph Levien <raph@google.com>2012-10-16 14:32:47 -0700
committerThe Android Automerger <android-build@android.com>2012-10-16 17:22:56 -0700
commit1b2415fbdf0cab96a6682cfd87094160ca51bfdb (patch)
tree93baa0ba855785fb7153c0bad4f373fcd17cf1d8 /docs/html/sdk/api_diff/16/changes
parent1ce43222a56819ea86e9c9a48cb304da4259a3a7 (diff)
Fix for bug 7358703 Gmail ANR when trying to compose a message
When deferring scroll to a point, it's possible the text changed between the time the scroll was requested to the time layout happens. In this case, it attempts to scroll to a point past the end of the text buffer, which created an infinite loop. This patch clamps the scroll offset to the length of the text, so it just scrolls to the end in that case, rather than crashing. Change-Id: I53740d119d588560f5a4d9fb80e38f7057faab89
Diffstat (limited to 'docs/html/sdk/api_diff/16/changes')
0 files changed, 0 insertions, 0 deletions