change dest.mkdir() to dest.mkdirs()

This commit is contained in:
ArtDev 2020-12-13 19:09:17 +03:00 committed by GitHub
parent 6b811893aa
commit 2e31d4b939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -558,7 +558,7 @@ public class PojavLoginActivity extends BaseActivity
private void uncompressTarXZ(final File tarFile, final File dest) throws IOException {
dest.mkdir();
dest.mkdirs();
TarArchiveInputStream tarIn = null;
tarIn = new TarArchiveInputStream(