Skip to content
Snippets Groups Projects
Unverified Commit 9e3db12e authored by akwizgran's avatar akwizgran
Browse files

Recreate the cache dir after deleting app data.

parent eb618915
No related branches found
No related tags found
No related merge requests found
...@@ -108,6 +108,8 @@ public class AndroidUtils { ...@@ -108,6 +108,8 @@ public class AndroidUtils {
IoUtils.deleteFileOrDir(child); IoUtils.deleteFileOrDir(child);
} }
} }
// Recreate the cache dir as some OpenGL drivers expect it to exist
new File(dataDir, "cache").mkdir();
} }
public static File getReportDir(Context ctx) { public static File getReportDir(Context ctx) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment