Browse Source
chore/cleanup
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
0 additions and
5 deletions
-
app/src/main/java/awais/instagrabber/utils/Utils.java
|
@ -123,11 +123,6 @@ public final class Utils { |
|
|
return mimeType.startsWith("image"); |
|
|
return mimeType.startsWith("image"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public static void errorFinish(@NonNull final Activity activity) { |
|
|
|
|
|
Toast.makeText(activity, R.string.downloader_unknown_error, Toast.LENGTH_SHORT).show(); |
|
|
|
|
|
activity.finish(); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static SimpleCache getSimpleCacheInstance(final Context context) { |
|
|
public static SimpleCache getSimpleCacheInstance(final Context context) { |
|
|
if (context == null) { |
|
|
if (context == null) { |
|
|
return null; |
|
|
return null; |
|
|