commit | 8818edbe2f5bef9cf161ef57e9296ff302ad44f6 | [log] [tgz] |
---|---|---|
author | Jim Miller <jaggies@google.com> | Fri May 11 16:11:17 2012 -0700 |
committer | Jim Miller <jaggies@google.com> | Fri May 11 16:11:17 2012 -0700 |
tree | a9cad99638f3363fa29fa2f3276f2e7e23ec39a8 | |
parent | ab1c5456b789205ef305b19e5a7682b6561aacac [diff] |
Fix 6485058: remove OnTriggerListeners from Wave*Methods in cleanup This fixes a rare crash that could happen when the device orientation changes while the handle is held over a target. LockScreen.cleanUp() was being called which set mCallback to null which then causes it to crash in MultiWaveViewMethods.onTrigger(). The solution is to also remove OnTriggerListeners in LockScreen.cleanup(). Change-Id: I487c7c9dbbe40417e685b39f2e79b1c43b30fa00