fix: swap saveViaDownloadManager to shareAfterDownloading in failed sharing action
I forgot to change the functions when I wrote it
This commit is contained in:
@@ -463,7 +463,7 @@ public class PhotoViewer implements ZoomPanView.Listener{
|
||||
try{
|
||||
File file=ImageCache.getInstance(activity).getFile(req);
|
||||
if(file==null){
|
||||
saveViaDownloadManager(att);
|
||||
shareAfterDownloading(att);
|
||||
return;
|
||||
}
|
||||
MastodonAPIController.runInBackground(()->{
|
||||
|
||||
Reference in New Issue
Block a user