FIx breaking changes

This commit is contained in:
litetex 2022-03-26 21:21:07 +01:00
parent e61009fd63
commit 670b3de057
4 changed files with 6 additions and 6 deletions

View file

@ -84,7 +84,7 @@ public class DescriptionFragment extends BaseFragment {
private void setupDescription() {
final Description description = streamInfo.getDescription();
if (description == null || isEmpty(description.getContent())
|| description == Description.emptyDescription) {
|| description == Description.EMPTY_DESCRIPTION) {
binding.detailDescriptionView.setVisibility(View.GONE);
binding.detailSelectDescriptionButton.setVisibility(View.GONE);
return;