mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
Changes
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:
parent
be32893964
commit
a5dc90b138
5 changed files with 18 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue