Loading libs/WindowManager/Shell/src/com/android/wm/shell/sysui/ShellController.java +1 −5 Original line number Diff line number Diff line Loading @@ -293,11 +293,7 @@ public class ShellController { private class ShellInterfaceImpl implements ShellInterface { @Override public void onInit() { try { mMainExecutor.executeBlocking(() -> ShellController.this.handleInit()); } catch (InterruptedException e) { throw new RuntimeException("Failed to initialize the Shell in 2s", e); } mMainExecutor.execute(ShellController.this::handleInit); } @Override Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/sysui/ShellController.java +1 −5 Original line number Diff line number Diff line Loading @@ -293,11 +293,7 @@ public class ShellController { private class ShellInterfaceImpl implements ShellInterface { @Override public void onInit() { try { mMainExecutor.executeBlocking(() -> ShellController.this.handleInit()); } catch (InterruptedException e) { throw new RuntimeException("Failed to initialize the Shell in 2s", e); } mMainExecutor.execute(ShellController.this::handleInit); } @Override Loading