mirror of
				https://github.com/KokaKiwi/BarInsta
				synced 2025-10-31 03:25:34 +00:00 
			
		
		
		
	fix ghost location when tapping media twice
This commit is contained in:
		
							parent
							
								
									af3ec4ba26
								
							
						
					
					
						commit
						19dbdcb326
					
				| @ -925,7 +925,7 @@ public class PostViewV2Fragment extends SharedElementTransitionDialogFragment im | ||||
|     } | ||||
| 
 | ||||
|     private void setupLocation(final Location location) { | ||||
|         if (location == null) { | ||||
|         if (location == null || !detailsVisible) { | ||||
|             binding.location.setVisibility(View.GONE); | ||||
|             return; | ||||
|         } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user