Skip to content

Commit

Permalink
Fix checkstyle ParenPad error
Browse files Browse the repository at this point in the history
  • Loading branch information
ktprograms committed Aug 24, 2021
1 parent a209e87 commit 2928df0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2928df0

Please sign in to comment.