commit | ee33ad24cdc31ed0d7f99e110e041b0a63c9b0f1 | [log] [tgz] |
---|---|---|
author | Svetoslav Ganov <svetoslavganov@google.com> | Fri Jun 08 16:09:29 2012 -0700 |
committer | Svetoslav Ganov <svetoslavganov@google.com> | Fri Jun 08 16:09:36 2012 -0700 |
tree | bdae1442798fdc5891a18ef85da0261c974334a7 | |
parent | 4206ee2b680fb2c273c03efc9083e327c7051121 [diff] |
Settings crash after enabling TalkBack accessibility. 1. AccessibilityInput filter was not checking whether the touch explorer instance is not null before passing it an accessibility event. If the accessibility event is dispatched before the input filter is installed but after it is created we runt into this case. 2. Added a missing null check in accessibility node info. bug:6635089 Change-Id: Ia389dc1f427427eb73794f6331ccb870e0b44c55