Skip to content

Commit

Permalink
Fix style issues with long line
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo committed Feb 12, 2024
1 parent 1d0c632 commit 6c13ba8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ private void downloadExternalMedia() {
}
}
} catch (Exception e) {
ToastUtils.showToast(this, R.string.error_media_could_not_share_media_from_device, ToastUtils.Duration.LONG);
ToastUtils.showToast(this,
R.string.error_media_could_not_share_media_from_device, ToastUtils.Duration.LONG);
AppLog.e(T.MEDIA, "ShareIntentReceiver failed to download media ", e);
}
}
Expand Down

0 comments on commit 6c13ba8

Please sign in to comment.