Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8544eab authored by Ameer Armaly's avatar Ameer Armaly
Browse files

[DO NOT MERGE] Fix NPE from uninitialized object.

Bug: 159941636
Test: atest TouchExplorerTest
Change-Id: I691bf74ad35bb1af2776e3e6c7212dfbac9fa9fe
parent 4b8fac01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() {