commit | f5c1a8798f3a2e4196473fb1328159bd8297f178 | [log] [tgz] |
---|---|---|
author | Raph Levien <raph@google.com> | Mon Oct 15 17:22:26 2012 -0700 |
committer | Raph Levien <raph@google.com> | Mon Oct 15 17:22:26 2012 -0700 |
tree | 88e8ff47f595567f44bbe8deef0d1dfd10ddef32 | |
parent | 87d57952af662a94637c1519b2189e22456af2db [diff] |
Fix for bug 7344916 text view flickers when you hit enter The flickering was caused by trying to scroll to the cursor position while the view was in an inconsistent state (text updated to change the number of lines, but layout not done yet). This patch defers the actual setting of the cursor until layout is done, when layout is pending. Change-Id: I8ed3a402beb8058ac7a7f3935afeb946a23308ab