Modify logs

This commit is contained in:
misaochan 2018-01-11 18:42:05 +10:00
parent 17e2c9baf3
commit 18e9ac753c

View file

@ -398,7 +398,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();
@ -406,7 +406,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();