1
0
mirror of https://framagit.org/tom79/fedilab-tube synced 2025-05-25 08:04:12 +02:00
This commit is contained in:
Thomas 2020-11-14 15:18:16 +01:00
parent dfdda7627f
commit 3a14abaf2e

View File

@ -582,7 +582,7 @@ public class PeertubeActivity extends AppCompatActivity implements CommentListAd
show_more_content = null; show_more_content = null;
}else{ }else{
if( !PeertubeActivity.this.isFinishing()) { if( !PeertubeActivity.this.isFinishing()) {
if (peertube != null && peertube.getDescription() != null && description.getDescription().compareTo(peertube.getDescription()) > 0) { if (peertube != null && peertube.getDescription() != null && description.getDescription() != null && description.getDescription().compareTo(peertube.getDescription()) > 0) {
binding.peertubeDescriptionMore.setVisibility(View.VISIBLE); binding.peertubeDescriptionMore.setVisibility(View.VISIBLE);
show_more_content = description.getDescription(); show_more_content = description.getDescription();
} else { } else {