mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	Make list bottom sheet closed default
This commit is contained in:
		
							parent
							
								
									1af2db797b
								
							
						
					
					
						commit
						ab858d524c
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -121,6 +121,7 @@ public class NearbyActivity extends NavigationBaseActivity implements LocationUp | |||
|             } | ||||
|         }); | ||||
| 
 | ||||
|         bottomSheetBehavior.setState(BottomSheetBehavior.STATE_HIDDEN); | ||||
|         bottomSheetBehaviorForDetails = BottomSheetBehavior.from(bottomSheetDetails); | ||||
|         bottomSheetBehaviorForDetails.setState(BottomSheetBehavior.STATE_HIDDEN); | ||||
|     } | ||||
|  | @ -391,7 +392,7 @@ public class NearbyActivity extends NavigationBaseActivity implements LocationUp | |||
|         Fragment fragment = new NearbyListFragment(); | ||||
|         fragment.setArguments(bundle); | ||||
|         fragmentTransaction.replace(R.id.container_sheet, fragment); | ||||
|         bottomSheetBehavior.setState(BottomSheetBehavior.STATE_EXPANDED); | ||||
|         bottomSheetBehavior.setState(BottomSheetBehavior.STATE_HIDDEN); | ||||
|         //TODO replace this sheet for details map | ||||
|         fragmentTransaction.commitAllowingStateLoss(); | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 neslihanturan
						neslihanturan