commit | 3cb889fc781d66f003017beb09f8b8c126f54d27 | [log] [tgz] |
---|---|---|
author | jasonwshsu <jasonwshsu@google.com> | Mon Jul 05 10:07:49 2021 +0800 |
committer | Jason Hsu <jasonwshsu@google.com> | Tue Jul 06 06:57:22 2021 +0000 |
tree | 4cc54c6edb00f6df4a1f0ad93bebc67851cf57e2 | |
parent | 27c928856e909b4e8c391b5d33f5ca81eea576de [diff] |
Fix accessibility button footer preference did not announced correct by TalkBack Root Cause: Description would be altered after displayPreference(), but getSummary() would be called after it. Solution: Update title before displayPreference(), then it could be set correctly. Fix: 192738520 Test: atest AccessibilityButtonFooterPreferenceControllerTest Change-Id: I068994fca8202b166fedf43f9d9657b0c1a64c4e