commit | 49bdc1681e58bd01174673042c42f65bb34943dd | [log] [tgz] |
---|---|---|
author | Amith Yamasani <yamasani@google.com> | Wed Jul 17 15:52:45 2013 -0700 |
committer | Amith Yamasani <yamasani@google.com> | Thu Jul 18 09:57:43 2013 -0700 |
tree | f3b2e949ff488bb2e3a40170e60eb97d422051e5 | |
parent | 023140919545a4d7e559908d84fcc05493d8ee05 [diff] |
Ignore list item clicks if PreferenceActivity is paused. Since list item clicks are delivered asynchronously, it's possible to get click callbacks after the activity has already paused. This should actually be blocked further up the event chain, ideally, so that the list selection state is not out of sync with the application. Bug: 9752185 Change-Id: I1058d64cba98e9093b462e2e581bdbccdace1420