mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	Block click while transparent view is active
This commit is contained in:
		
							parent
							
								
									96218926b0
								
							
						
					
					
						commit
						ba9cd4db76
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -187,7 +187,11 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment { | |||
|             public void onSlide(@NonNull View bottomSheet, float slideOffset) { | ||||
|                 if (slideOffset >= 0) { | ||||
|                     transparentView.setAlpha(slideOffset); | ||||
| 
 | ||||
|                     if (slideOffset == 1) { | ||||
|                         transparentView.setClickable(true); | ||||
|                     } else if (slideOffset == 0){ | ||||
|                         transparentView.setClickable(false); | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
|         }); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 neslihanturan
						neslihanturan