mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 15:06:30 +00:00
this is a bruh moment
This commit is contained in:
parent
06d2614680
commit
5ddeb38eca
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ public final class DownloadAsync extends AsyncTask<Void, Float, File> {
|
||||||
MediaScannerConnection.scanFile(context, new String[]{result.getAbsolutePath()}, null, null);
|
MediaScannerConnection.scanFile(context, new String[]{result.getAbsolutePath()}, null, null);
|
||||||
|
|
||||||
if (notificationManager != 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();
|
final ContentResolver contentResolver = context.getContentResolver();
|
||||||
Bitmap bitmap = null;
|
Bitmap bitmap = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue