We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1778a85 commit 9407953Copy full SHA for 9407953
app/src/main/java/com/samsung/microbit/utils/ProjectsHelper.java
@@ -207,6 +207,7 @@ public static boolean installSamples( Context context) {
207
208
File f = projectFile(context, ze.getName());
209
if (!f.getCanonicalPath().startsWith(projectRoot(context).getCanonicalPath())) {
210
+ // Skip file with unexpected directory
211
continue;
212
}
213
0 commit comments