Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
1 additions and
1 deletions
-
app/src/main/java/awais/instagrabber/utils/Utils.java
|
|
@ -844,7 +844,7 @@ public final class Utils { |
|
|
|
|
|
|
|
if (itemsToDownload == null || itemsToDownload.size() < 1) return; |
|
|
|
|
|
|
|
if (username.charAt(0) == '@') username = username.substring(1); |
|
|
|
if (username != null && username.charAt(0) == '@') username = username.substring(1); |
|
|
|
|
|
|
|
if (ContextCompat.checkSelfPermission(context, Utils.PERMS[0]) == PackageManager.PERMISSION_GRANTED) |
|
|
|
batchDownloadImpl(context, username, method, itemsToDownload); |
|
|
|