mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	Add getLineCount() == 0 check for button text to prevent wrapping lines
This commit is contained in:
		
							parent
							
								
									0861533d29
								
							
						
					
					
						commit
						f08641b66f
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		|  | @ -395,10 +395,7 @@ public class NearbyMapFragment extends DaggerFragment { | |||
|         }); | ||||
| 
 | ||||
|         // Remove texts if it doesnt fit | ||||
|         if (wikipediaButtonText.getLineCount() > 1 | ||||
|                 || wikidataButtonText.getLineCount() > 1 | ||||
|                 || commonsButtonText.getLineCount() > 1 | ||||
|                 || directionsButtonText.getLineCount() > 1) { | ||||
|         if (directionsButtonText.getLineCount() > 1 || directionsButtonText.getLineCount() == 0) { | ||||
|             wikipediaButtonText.setVisibility(View.GONE); | ||||
|             wikidataButtonText.setVisibility(View.GONE); | ||||
|             commonsButtonText.setVisibility(View.GONE); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 misaochan
						misaochan