From c99ae61d6c9e7ab5dbf605cbed48766f782fadba Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Mon, 23 Jan 2023 08:43:27 +0100 Subject: [PATCH] remove incorrect "project?.coroutineScope?.cancel" in CloseAction - scope is now correctly cancelled as a part of the project dispose GitOrigin-RevId: aa9708c8dfd0c1372a18e9edb32749918c31e374 --- .../idea/common/editor/navigation/SourceCodeNavigationTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer/testSrc/com/android/tools/idea/common/editor/navigation/SourceCodeNavigationTest.kt b/designer/testSrc/com/android/tools/idea/common/editor/navigation/SourceCodeNavigationTest.kt index e0ce19f42cc..caae488f16d 100644 --- a/designer/testSrc/com/android/tools/idea/common/editor/navigation/SourceCodeNavigationTest.kt +++ b/designer/testSrc/com/android/tools/idea/common/editor/navigation/SourceCodeNavigationTest.kt @@ -28,7 +28,7 @@ class SourceCodeNavigationTest : CodeInsightFixtureTestCase