commit | e89f48bfb1ed3a2e9241052b665a41fd2a8898cb | [log] [tgz] |
---|---|---|
author | Svetoslav <svetoslavganov@google.com> | Tue Jun 18 14:43:43 2013 -0700 |
committer | Svetoslav <svetoslavganov@google.com> | Tue Jun 18 14:43:47 2013 -0700 |
tree | 55a208dac7359f9e5c0535574df5705627dda2aa | |
parent | 9f6bb77eb61a465f13147ada9a920d7ba9567c92 [diff] |
Crash in ViewRootImpl when accessibility is on. We fire view subtree mutation events every X amount of time. It was possible that the runnable that fires an event to be scheduled more than once while this should not happen. As a result there was a crash since we did not expect to have a second run and nullified a reference. bug:9422804 Change-Id: I914e163b026cd217e1536ab0ed3a6b11113c2c73