Skip to content

Commit

Permalink
fix: swap saveViaDownloadManager to shareAfterDownloading in failed s…
Browse files Browse the repository at this point in the history
…haring action

I forgot to change the functions when I wrote it
  • Loading branch information
LucasGGamerM committed Dec 27, 2023
1 parent 30726cb commit a7fef67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ private void shareCurrentFile(){
try{
File file=ImageCache.getInstance(activity).getFile(req);
if(file==null){
saveViaDownloadManager(att);
shareAfterDownloading(att);
return;
}
MastodonAPIController.runInBackground(()->{
Expand Down

0 comments on commit a7fef67

Please sign in to comment.