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

Commit 4dfecf55 authored by Jim Miller's avatar Jim Miller
Browse files

Fix runtime reboot loop.

Change-Id: Ib0614e64e81e376fdbbe7c42a5e4aa8fb9c88ce9
parent 3f756768
Loading
Loading
Loading
Loading
+1 −4
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;
    }