Fix feed parsing label visibility
This commit is contained in:
parent
54cf68760f
commit
33cb5ae968
@ -90,7 +90,7 @@ public class ParsingResult extends AbstractItem<ParsingResult, ParsingResult.Par
|
||||
|
||||
@Override
|
||||
public void bindView(ParsingResult item, List<Object> payloads) {
|
||||
if (item.getLabel() != null)
|
||||
if (item.getLabel() != null && !item.getLabel().isEmpty())
|
||||
feedLabel.setText(item.getLabel());
|
||||
else
|
||||
feedLabel.setVisibility(View.GONE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user