mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-69322 do refresh after creating temp file
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ public class AndroidResourcesPackagingCompiler implements ClassPostProcessingCom
|
||||
throws IOException {
|
||||
|
||||
final File dir = FileUtil.createTempDirectory("android_manifest_copy", "tmp");
|
||||
final VirtualFile vDir = LocalFileSystem.getInstance().findFileByIoFile(dir);
|
||||
final VirtualFile vDir = LocalFileSystem.getInstance().refreshAndFindFileByIoFile(dir);
|
||||
if (vDir == null) {
|
||||
throw new IOException("Cannot create temp directory for manifest copy");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user