mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +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()); |         distance.setText(place.distance.toString()); | ||||||
| 
 | 
 | ||||||
|         fabCamera.setOnClickListener(view -> { |         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); |             controller = new ContributionController(this); | ||||||
|             DirectUpload directUpload = new DirectUpload(place.getName(), place.getLongDescription(), this, controller); |             DirectUpload directUpload = new DirectUpload(place.getName(), place.getLongDescription(), this, controller); | ||||||
|             directUpload.storeSharedPrefs(); |             directUpload.storeSharedPrefs(); | ||||||
|  | @ -409,7 +409,7 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment { | ||||||
|         }); |         }); | ||||||
| 
 | 
 | ||||||
|         fabGallery.setOnClickListener(view -> { |         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); |             controller = new ContributionController(this); | ||||||
|             DirectUpload directUpload = new DirectUpload(place.getName(), place.getLongDescription(), this, controller); |             DirectUpload directUpload = new DirectUpload(place.getName(), place.getLongDescription(), this, controller); | ||||||
|             directUpload.storeSharedPrefs(); |             directUpload.storeSharedPrefs(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 misaochan
						misaochan