mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Cleanup commented out old codes
This commit is contained in:
		
							parent
							
								
									7d9dfbb599
								
							
						
					
					
						commit
						ada00c0047
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		|  | @ -10,17 +10,13 @@ import java.util.Collections; | |||
| import java.util.List; | ||||
| 
 | ||||
| class NearbyAdapterFactory { | ||||
|     //private PlaceRenderer.PlaceClickedListener listener; | ||||
|     public static boolean isItemOpen = false; | ||||
| 
 | ||||
|     NearbyAdapterFactory(){ | ||||
|         //@NonNull PlaceRenderer.PlaceClickedListener listener) { | ||||
|         //this.listener = listener; | ||||
| 
 | ||||
|     } | ||||
| 
 | ||||
|     public RVRendererAdapter<Place> create(List<Place> placeList) { | ||||
|         RendererBuilder<Place> builder = new RendererBuilder<Place>() | ||||
|                 //.bind(Place.class, new PlaceRenderer(listener)); | ||||
|                 .bind(Place.class, new PlaceRenderer()); | ||||
|         ListAdapteeCollection<Place> collection = new ListAdapteeCollection<>( | ||||
|                 placeList != null ? placeList : Collections.<Place>emptyList()); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 neslihanturan
						neslihanturan