mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Fix comments
This commit is contained in:
parent
147367d75f
commit
4e1bf80361
2 changed files with 1 additions and 4 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue