Fix checkstyle ParenPad error

This commit is contained in:
ktprograms 2021-08-24 21:17:08 +08:00
parent a209e87c69
commit 2928df0cc9
1 changed files with 2 additions and 1 deletions

View File

@ -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