diff --git a/plugin/src/software/aws/toolkits/eclipse/amazonq/views/router/ViewRouter.java b/plugin/src/software/aws/toolkits/eclipse/amazonq/views/router/ViewRouter.java index 289b7f0e..b668f185 100644 --- a/plugin/src/software/aws/toolkits/eclipse/amazonq/views/router/ViewRouter.java +++ b/plugin/src/software/aws/toolkits/eclipse/amazonq/views/router/ViewRouter.java @@ -27,7 +27,7 @@ public void onEvent(final LspState newLspState) { }; private ViewId activeViewId; - + // this state needs to be maintained to ensure correct resolution in refreshActiveView private LspState lspState; private AuthState authState;