Skip to content

Commit d11e4b5

Browse files
fix-docs
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
1 parent 4e4d5be commit d11e4b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/fr/free/nrw/commons/filepicker/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public interface Constants {
44
String DEFAULT_FOLDER_NAME = "CommonsContributions";
55

66
/**
7-
* Provides the request codes utilised by the FilePicker
7+
* Provides the request codes for permission handling
88
*/
99
interface RequestCodes {
1010
int LOCATION = 1;

app/src/main/java/fr/free/nrw/commons/upload/mediaDetails/UploadMediaDetailFragment.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ public void showExternalMap(final UploadItem uploadItem) {
609609
* This method is called to start the image editing activity for a specific UploadItem.
610610
* It sets the UploadItem as the currently editable item, creates an intent to launch the
611611
* EditActivity, and passes the image file path as an extra in the intent. The activity
612-
* is started with a request code, allowing the result to be handled in onActivityResult.
612+
* is started using resultLauncher that handles the result in respective callback.
613613
*/
614614
@Override
615615
public void showEditActivity(UploadItem uploadItem) {

0 commit comments

Comments
 (0)