Move: Suggest empty package when moving to source root
This commit is contained in:
+1
-1
@@ -216,7 +216,7 @@ public class MoveKotlinTopLevelDeclarationsDialog extends RefactoringDialog {
|
||||
}
|
||||
|
||||
private void initPackageChooser(String targetPackageName, PsiDirectory targetDirectory) {
|
||||
if (targetPackageName != null && targetPackageName.length() != 0) {
|
||||
if (targetPackageName != null) {
|
||||
classPackageChooser.prependItem(targetPackageName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user