mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 08:43:52 +01:00 
			
		
		
		
	Fix comments for List onClickListeners
This commit is contained in:
		
							parent
							
								
									65752be7b1
								
							
						
					
					
						commit
						1287287f31
					
				
					 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