commit | 4ba0aa598ea86b7cffab8cd6ccd007e4e29cf883 | [log] [tgz] |
---|---|---|
author | Siyamed Sinir <siyamed@google.com> | Mon Nov 16 15:39:34 2015 -0800 |
committer | Siyamed Sinir <siyamed@google.com> | Tue Nov 17 17:56:03 2015 -0800 |
tree | 106165ef9e6145cc695def3e1246cf8559b482d3 | |
parent | 0fe13b1f7001f5e2f23062a97140784258f3423e [diff] |
TextView setText/append methods set movement method Previously, TextView setText and append methods set the movement method to LinkMovementMethod only when autoLink was enabled and Linkify was able to find links in the input text. This CL adds the case where autoLink is false, linksClickable is true, and the input text contains ClickableSpans. Fixes https://code.google.com/p/android/issues/detail?id=2219 Bug: 1712837 Change-Id: Ife4e35bac7f6cb48ad0dac6ecb4b90aec126fc73