mirror of
				https://framagit.org/tom79/fedilab-tube
				synced 2025-06-05 21:09:11 +02:00 
			
		
		
		
	small fix
This commit is contained in:
		| @@ -586,7 +586,7 @@ public class PeertubeActivity extends AppCompatActivity implements CommentListAd | ||||
|                         binding.peertubeDescriptionMore.setVisibility(View.GONE); | ||||
|                         show_more_content = null; | ||||
|                     }else{ | ||||
|                         if( description.getDescription().compareTo(peertube.getDescription()) > 0) { | ||||
|                         if( peertube != null && description.getDescription().compareTo(peertube.getDescription()) > 0) { | ||||
|                             binding.peertubeDescriptionMore.setVisibility(View.VISIBLE); | ||||
|                             show_more_content = description.getDescription(); | ||||
|                         }else{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user