mirror of
https://framagit.org/tom79/fedilab-tube
synced 2025-02-13 02:20:35 +01:00
fixes
This commit is contained in:
parent
b8f83a7227
commit
37576c69ce
@ -579,7 +579,7 @@ public class PeertubeActivity extends AppCompatActivity implements CommentListAd
|
||||
show_more_content = null;
|
||||
} else {
|
||||
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);
|
||||
show_more_content = description.getDescription();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user