|  | @@ -16,7 +16,7 @@ class SourceHolder(view: View, val adapter: SourceAdapter) :
 | 
											
												
													
														|  |          val source = item.source
 |  |          val source = item.source
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          binding.title.text = source.name
 |  |          binding.title.text = source.name
 | 
											
												
													
														|  | -        binding.subtitle.isVisible = true
 |  | 
 | 
											
												
													
														|  | 
 |  | +        binding.subtitle.isVisible = source.lang != ""
 | 
											
												
													
														|  |          binding.subtitle.text = LocaleHelper.getDisplayName(source.lang)
 |  |          binding.subtitle.text = LocaleHelper.getDisplayName(source.lang)
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          itemView.post {
 |  |          itemView.post {
 |