mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +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);
|
||||
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue