mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 22:34:02 +01:00
fix-docs
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parent
c53ad43520
commit
8d76cfa4d9
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ public interface Constants {
|
|||
String DEFAULT_FOLDER_NAME = "CommonsContributions";
|
||||
|
||||
/**
|
||||
* Provides the request codes utilised by the FilePicker
|
||||
* Provides the request codes for permission handling
|
||||
*/
|
||||
interface RequestCodes {
|
||||
int LOCATION = 1;
|
||||
|
|
|
|||
|
|
@ -609,7 +609,7 @@ public class UploadMediaDetailFragment extends UploadBaseFragment implements
|
|||
* This method is called to start the image editing activity for a specific UploadItem.
|
||||
* It sets the UploadItem as the currently editable item, creates an intent to launch the
|
||||
* EditActivity, and passes the image file path as an extra in the intent. The activity
|
||||
* is started with a request code, allowing the result to be handled in onActivityResult.
|
||||
* is started using resultLauncher that handles the result in respective callback.
|
||||
*/
|
||||
@Override
|
||||
public void showEditActivity(UploadItem uploadItem) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue