Skip to content

Commit 9407953

Browse files
Add a comment
1 parent 1778a85 commit 9407953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/samsung/microbit/utils/ProjectsHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public static boolean installSamples( Context context) {
207207

208208
File f = projectFile(context, ze.getName());
209209
if (!f.getCanonicalPath().startsWith(projectRoot(context).getCanonicalPath())) {
210+
// Skip file with unexpected directory
210211
continue;
211212
}
212213

0 commit comments

Comments
 (0)