Skip to content

Commit

Permalink
style: fix typo in PhotoViewer error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Dec 27, 2023
1 parent a7fef67 commit 9786e32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ private void shareCurrentFile(){

});
}catch(IOException x){
Log.w(TAG, "doSaveShareCurrentFile: ", x);
Log.w(TAG, "shareCurrentFile: ", x);
Toast.makeText(activity, R.string.error, Toast.LENGTH_SHORT).show();
}
}else{
Expand Down

0 comments on commit 9786e32

Please sign in to comment.