commit | 321bfa911e0fa514f2ec0c448356bfe80d23b5a5 | [log] [tgz] |
---|---|---|
author | Tarun Nainani <tnainani@codeaurora.org> | Wed Mar 11 19:34:38 2015 -0700 |
committer | WebTech Code Review <code-review@localhost> | Fri Apr 24 16:34:06 2015 -0700 |
tree | 229224ab3f7c045db66472a86e9bb8b84202cf2a | |
parent | 814f80e9a3b164db54966373b08ba7bab59f5dbe [diff] |
Unable to click history url whose length is greater than 2048 This is regression caused by previous patch where we tried to make TextView to be multi line and scrollable. Fixed issue by removing 'setMovementMethod' call on TextView which was consuming onTouch event and due to which 'BrowserHistoryPage.onChildClick' method was never getting called. CR-Fixed: 804112 Change-Id: I085bf1d44b2f9e84adefb8180933a96c1d376310