commit | 299c45c85d41975514022263fa6a29329eb5a0bc | [log] [tgz] |
---|---|---|
author | Amin Shaikh <ashaikh@google.com> | Thu Aug 16 10:49:48 2018 -0400 |
committer | Amin Shaikh <ashaikh@google.com> | Thu Aug 16 12:08:36 2018 -0400 |
tree | f291d1fd733f59359740032a1cc154b4c09da79d | |
parent | ace398c3fb3fb89e368d9b35f5fbcc13924bb2b3 [diff] |
Never clear QS tile state. QSTile#clearState puts QS tiles in an invalid state that may not be immediately rectified through QSTile#refreshState. In the case of configuration changes, if a subclass implementation of QSTile#handleSetListening does not trigger a refresh state, the invalid state causes incorrect click handling. Change-Id: I17eba133cf08c45a768e9e0ed8fda623e85b4370 Fixes: 69738120 Fixes: 110480955 Test: manual