Skip to content

Commit 6c13ba8

Browse files
author
Gerardo
committed
Fix style issues with long line
1 parent 1d0c632 commit 6c13ba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WordPress/src/main/java/org/wordpress/android/ui/ShareIntentReceiverActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ private void downloadExternalMedia() {
112112
}
113113
}
114114
} catch (Exception e) {
115-
ToastUtils.showToast(this, R.string.error_media_could_not_share_media_from_device, ToastUtils.Duration.LONG);
115+
ToastUtils.showToast(this,
116+
R.string.error_media_could_not_share_media_from_device, ToastUtils.Duration.LONG);
116117
AppLog.e(T.MEDIA, "ShareIntentReceiver failed to download media ", e);
117118
}
118119
}

0 commit comments

Comments
 (0)