style: fix typo in PhotoViewer error logs

This commit is contained in:
LucasGGamerM
2023-12-27 10:34:59 -03:00
parent a7fef67d48
commit 9786e324b7

View File

@@ -482,7 +482,7 @@ public class PhotoViewer implements ZoomPanView.Listener{
});
}catch(IOException x){
Log.w(TAG, "doSaveShareCurrentFile: ", x);
Log.w(TAG, "shareCurrentFile: ", x);
Toast.makeText(activity, R.string.error, Toast.LENGTH_SHORT).show();
}
}else{