commit | 0879434cdf6a116fda0a575a6c3d8f30ef254f90 | [log] [tgz] |
---|---|---|
author | Tony Huang <tonyychuang@google.com> | Wed Apr 10 14:33:24 2019 +0800 |
committer | Tony Huang <tonyychuang@google.com> | Wed Apr 10 11:46:56 2019 +0000 |
tree | da0884f1298e796b7d7dd6b6cb95d519f60e8883 | |
parent | 1ab79483a77d57e8dbcff8f24d1b1f21089b290f [diff] |
Fix inspector talkback talkback issue The TextView of inspector was treated as clickable component by set textIsSelectable=true, however, it should be a single text by design. We should turn clickable=false to solve GAR concern. Fix: 130267148 Test: manual enable talkback and focus on TextView, no longer speak "double tap to activate" Test: atest DocumentsUIGoogleTests Change-Id: Ib1b23661d57ab581e2c30f120b269facf7c1dadf