mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Add TODO to fix IllegalStateException
This commit is contained in:
parent
894cd299f6
commit
05044d4b9a
2 changed files with 2 additions and 1 deletions
|
|
@ -78,6 +78,7 @@ public class ContributionController {
|
|||
Intent pickImageIntent = new Intent(ACTION_GET_CONTENT);
|
||||
pickImageIntent.setType("image/*");
|
||||
Timber.d("startGalleryPick() called with pickImageIntent");
|
||||
//TODO Add fix for IllegalStateException here
|
||||
fragment.startActivityForResult(pickImageIntent, SELECT_FROM_GALLERY);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ public class ShareActivity
|
|||
private String description;
|
||||
private Snackbar snackbar;
|
||||
private boolean duplicateCheckPassed = false;
|
||||
|
||||
|
||||
private boolean isNearbyUpload = false;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue