mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	Fix comments for List onClickListeners
This commit is contained in:
		
							parent
							
								
									d75fd91438
								
							
						
					
					
						commit
						efc0bc8518
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		|  | @ -81,8 +81,7 @@ class PlaceRenderer extends Renderer<Place> { | |||
|             } | ||||
|         }); | ||||
| 
 | ||||
|         //TODO: Set onClickListeners for camera and gallery in list here? | ||||
| 
 | ||||
|         //TODO: Set onClickListeners for camera and gallery in list here | ||||
|     } | ||||
| 
 | ||||
|     private void closeLayout(LinearLayout buttonLayout){ | ||||
|  | @ -113,8 +112,6 @@ class PlaceRenderer extends Renderer<Place> { | |||
|             } | ||||
|         }); | ||||
| 
 | ||||
|         //TODO: Insert onClickListeners for galeryButton and cameraButton | ||||
| 
 | ||||
|         iconOverflow.setVisibility(showMenu() ? View.VISIBLE : View.GONE); | ||||
|         iconOverflow.setOnClickListener(v -> popupMenuListener()); | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 misaochan
						misaochan