From 2928df0cc91897967ec2e1b00e7091f6b49f312e Mon Sep 17 00:00:00 2001 From: ktprograms Date: Tue, 24 Aug 2021 21:17:08 +0800 Subject: [PATCH] Fix checkstyle ParenPad error --- .../main/java/org/schabi/newpipe/util/StreamDialogEntry.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/org/schabi/newpipe/util/StreamDialogEntry.java b/app/src/main/java/org/schabi/newpipe/util/StreamDialogEntry.java index 8f6c92d39..6245d6f14 100644 --- a/app/src/main/java/org/schabi/newpipe/util/StreamDialogEntry.java +++ b/app/src/main/java/org/schabi/newpipe/util/StreamDialogEntry.java @@ -47,7 +47,8 @@ public enum StreamDialogEntry { .setUploaderUrl(serviceId, url, result.getUploaderUrl()) .subscribeOn(Schedulers.io()).subscribe(); openChannelFragment(fragment, item, result.getUploaderUrl()); - }, throwable -> Toast.makeText( // TODO: Open the Error Activity + }, throwable -> Toast.makeText( + // TODO: Open the Error Activity fragment.getContext(), R.string.error_show_channel_details, Toast.LENGTH_SHORT