File tree 2 files changed +2
-2
lines changed
app/src/main/java/fr/free/nrw/commons
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ public interface Constants {
4
4
String DEFAULT_FOLDER_NAME = "CommonsContributions" ;
5
5
6
6
/**
7
- * Provides the request codes utilised by the FilePicker
7
+ * Provides the request codes for permission handling
8
8
*/
9
9
interface RequestCodes {
10
10
int LOCATION = 1 ;
Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ public void showExternalMap(final UploadItem uploadItem) {
609
609
* This method is called to start the image editing activity for a specific UploadItem.
610
610
* It sets the UploadItem as the currently editable item, creates an intent to launch the
611
611
* 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 .
613
613
*/
614
614
@ Override
615
615
public void showEditActivity (UploadItem uploadItem ) {
You can’t perform that action at this time.
0 commit comments