Minor cleanup

This commit is contained in:
Henrik Rydgård 2018-05-27 22:51:00 +02:00
parent 0d6be3a476
commit 14d17419b1

View File

@ -300,7 +300,7 @@ public abstract class NativeActivity extends Activity implements SurfaceHolder.C
String dataDir = null;
if (filesDir != null) {
// Null has been seen in Google Play stacktraces
dataDir = this.getFilesDir().getAbsolutePath();
dataDir = filesDir.getAbsolutePath();
}
String apkFilePath = appInfo.sourceDir;
String cacheDir = getCacheDir().getAbsolutePath();