commit | 3587914cefffadb294d501955c40e36e015b8e73 | [log] [tgz] |
---|---|---|
author | Phil Weaver <pweaver@google.com> | Fri Jul 15 12:54:45 2016 -0700 |
committer | Phil Weaver <pweaver@google.com> | Fri Jul 15 12:54:45 2016 -0700 |
tree | b526fa64a1f8127ee07c612d5d763c3440bf26d5 | |
parent | 42d2fda721e7bb8fd91276ceeade757d1e5a2c72 [diff] |
Fix return when virtual keyboard setting changes. The OnPreferenceChangeListener for the preference to show the virtual keyboard was returning false, indicating that the new preference was not to be persisted, even though it was persisting the setting. That caused the accessibility framework not to be informed of the new value, which led TalkBack to speak the old value rather than the new one. Bug: 30140972 Change-Id: I02b7dc1db52cb7646650e6f2e49a1e15c2233897