commit | 5b6d99e87ad32e59ff2665e81e9d40fe349d8bba | [log] [tgz] |
---|---|---|
author | Masaaki Iwaguchi <masaaki.x.iwaguchi@sonymobile.com> | Fri Nov 06 12:38:27 2015 +0100 |
committer | Zoran Jovanovic <zoran.jovanovic@sonymobile.com> | Fri Nov 06 12:40:14 2015 +0100 |
tree | 8573ee92e8d6a029bd6fddf1b18dc826802c19a8 | |
parent | 7abb36599d9537296d9a51f766152025c6ed0491 [diff] |
System crash fixed when turn off MagnificationGesture Symptom: WindowManagerService throws exception and system crashes. Root cause: When the MagnificationGesture is turned off during animation of scale up/down, WindowManagerService.mAccessibilityController can be null so exception is thrown. Solution: Cancel ongoing animation before turning off MagnificationGesture. Change-Id: I469d84e024bdd453e3729a69229398233ed2eb61