Fix post-migration null array errors
Fix skins not downloading
Revert to default controls when IOException is received
Change the migrator destination folder
This commit is contained in:
artdeell 2021-01-12 19:36:19 +03:00
parent be32893964
commit a5dc90b138
5 changed files with 18 additions and 5 deletions

View file

@ -902,6 +902,7 @@ public class PojavLoginActivity extends BaseActivity
int result1 = ContextCompat.checkSelfPermission(this, Manifest.permission.WRITE_EXTERNAL_STORAGE);
int result2 = ContextCompat.checkSelfPermission(this, Manifest.permission.READ_EXTERNAL_STORAGE);
//If permission is granted returning true
return result1 == PackageManager.PERMISSION_GRANTED &&
result2 == PackageManager.PERMISSION_GRANTED;