Skip to content

Commit

Permalink
IDEA-315703: DumbService: convert java > kotlin
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 9e1ce485f403625ad93d0c623badc8b30bc30463
  • Loading branch information
andrei-kuznetsov authored and intellij-monorepo-bot committed Mar 24, 2023
1 parent a71b64a commit 520e2f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import com.android.tools.idea.uibuilder.editor.multirepresentation.PreviewRepres
import com.android.tools.idea.util.runWhenSmartAndSynced
import com.intellij.openapi.editor.Editor
import com.intellij.openapi.project.DumbService
import com.intellij.openapi.project.DumbService.DUMB_MODE
import com.intellij.openapi.project.DumbService.Companion.DUMB_MODE
import com.intellij.psi.PsiFile

/**
Expand Down

0 comments on commit 520e2f5

Please sign in to comment.