Fix comments

This commit is contained in:
misaochan 2018-06-04 19:30:18 +10:00
parent 147367d75f
commit 4e1bf80361
2 changed files with 1 additions and 4 deletions

View file

@ -96,7 +96,7 @@ public class FileProcessor implements SimilarImageDialogFragment.onResponse{
} }
/** /**
* Gets coordinates for category suggestions, either from EXIF data or user location * Processes file coordinates, either from EXIF data or user location
* @param gpsEnabled if true use GPS * @param gpsEnabled if true use GPS
*/ */
GPSExtractor processFileCoordinates(boolean gpsEnabled) { GPSExtractor processFileCoordinates(boolean gpsEnabled) {

View file

@ -191,9 +191,6 @@ public class ShareActivity
Timber.d("Cache the categories found"); Timber.d("Cache the categories found");
} }
//TODO: Figure out why coords are not sent to location template, use LocationServiceManager
uploadController.startUpload(title, mediaUri, description, mimeType, source, decimalCoords, c -> { uploadController.startUpload(title, mediaUri, description, mimeType, source, decimalCoords, c -> {
ShareActivity.this.contribution = c; ShareActivity.this.contribution = c;
showPostUpload(); showPostUpload();