Skip to content

Commit

Permalink
add log message for onError of file request in FileDisplayActivity
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Mayer <[email protected]>
  • Loading branch information
JonasMayerDev committed Nov 14, 2023
1 parent ceeba26 commit 05c269c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2557,6 +2557,7 @@ private void openFileByPath(User user, String filepath) {
private Unit onFileRequestError(Throwable throwable) {
dismissLoadingDialog();
DisplayUtils.showSnackMessage(this, getString(R.string.error_retrieving_file));
Log_OC.e(TAG, "Requesting file from remote failed!", throwable);
return null;
}

Expand Down

0 comments on commit 05c269c

Please sign in to comment.