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

Commit 7700575a authored by Josep del Río's avatar Josep del Río Committed by Android (Google) Code Review
Browse files

Merge "Use outerContext in the InputManager service" into udc-dev

parents fe4042ba 4ae10692
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -509,7 +509,7 @@ public final class SystemServiceRegistry {
                new ServiceFetcher<InputManager>() {
            @Override
            public InputManager getService(ContextImpl ctx) {
                return InputManager.getInstance(ctx);
                return InputManager.getInstance(ctx.getOuterContext());
            }});

        registerService(Context.DISPLAY_SERVICE, DisplayManager.class,