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/asyncs/DownloadAsync.java
|
|
@ -188,7 +188,7 @@ public final class DownloadAsync extends AsyncTask<Void, Float, File> { |
|
|
|
MediaScannerConnection.scanFile(context, new String[]{result.getAbsolutePath()}, null, null); |
|
|
|
|
|
|
|
if (notificationManager != null) { |
|
|
|
final Uri uri = FileProvider.getUriForFile(context, "awais.instagrabber.provider", result); |
|
|
|
final Uri uri = FileProvider.getUriForFile(context, "me.austinhuang.instagrabber.provider", result); |
|
|
|
|
|
|
|
final ContentResolver contentResolver = context.getContentResolver(); |
|
|
|
Bitmap bitmap = null; |
|
|
|