mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +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);
|
Intent pickImageIntent = new Intent(ACTION_GET_CONTENT);
|
||||||
pickImageIntent.setType("image/*");
|
pickImageIntent.setType("image/*");
|
||||||
Timber.d("startGalleryPick() called with pickImageIntent");
|
Timber.d("startGalleryPick() called with pickImageIntent");
|
||||||
|
//TODO Add fix for IllegalStateException here
|
||||||
fragment.startActivityForResult(pickImageIntent, SELECT_FROM_GALLERY);
|
fragment.startActivityForResult(pickImageIntent, SELECT_FROM_GALLERY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue