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

Commit 2666ff22 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix crash at boot.

Change-Id: If33bfa7decd3409d16ddb1e0da12a6d4fe1394d4
parent 3f756768
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -133,9 +133,6 @@ public final class AccessibilityManager {
                sInstance = new AccessibilityManager(context, service);
            }
        }

        AccessibilityManager accessibilityManager =
            (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE);
        return sInstance;
    }