mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 08:43:52 +01:00 
			
		
		
		
	Modify logs
This commit is contained in:
		
							parent
							
								
									bbe58f003f
								
							
						
					
					
						commit
						0cfe805280
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -401,7 +401,7 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
 | 
			
		|||
        distance.setText(place.distance.toString());
 | 
			
		||||
 | 
			
		||||
        fabCamera.setOnClickListener(view -> {
 | 
			
		||||
            Timber.d("Image title: " + place.getName() + "Image desc: " + place.getLongDescription());
 | 
			
		||||
            Timber.d("Camera button tapped. Image title: " + place.getName() + "Image desc: " + place.getLongDescription());
 | 
			
		||||
            controller = new ContributionController(this);
 | 
			
		||||
            DirectUpload directUpload = new DirectUpload(place.getName(), place.getLongDescription(), this, controller);
 | 
			
		||||
            directUpload.storeSharedPrefs();
 | 
			
		||||
| 
						 | 
				
			
			@ -409,7 +409,7 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
 | 
			
		|||
        });
 | 
			
		||||
 | 
			
		||||
        fabGallery.setOnClickListener(view -> {
 | 
			
		||||
            Timber.d("Image title: " + place.getName() + "Image desc: " + place.getLongDescription());
 | 
			
		||||
            Timber.d("Gallery button tapped. Image title: " + place.getName() + "Image desc: " + place.getLongDescription());
 | 
			
		||||
            controller = new ContributionController(this);
 | 
			
		||||
            DirectUpload directUpload = new DirectUpload(place.getName(), place.getLongDescription(), this, controller);
 | 
			
		||||
            directUpload.storeSharedPrefs();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue