[DO NOT MERGE] Fix NPE from uninitialized object.
Bug: 159941636 Test: atest TouchExplorerTest Change-Id: I691bf74ad35bb1af2776e3e6c7212dfbac9fa9fe
This commit is contained in:
@@ -251,7 +251,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub
|
||||
//TODO: Remove this hack
|
||||
private boolean mInitialized;
|
||||
|
||||
private Point mTempPoint;
|
||||
private Point mTempPoint = new Point();
|
||||
private boolean mIsAccessibilityButtonShown;
|
||||
|
||||
private AccessibilityUserState getCurrentUserStateLocked() {
|
||||
|
||||
Reference in New Issue
Block a user