mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 14:23:55 +01:00
Make controller method public and add call to initiateCameraUpload() in NearbyMapFragment
This commit is contained in:
parent
050d878edd
commit
bbe58f003f
2 changed files with 6 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ public class ContributionController {
|
|||
}
|
||||
}
|
||||
|
||||
void startCameraCapture() {
|
||||
public void startCameraCapture() {
|
||||
|
||||
Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
|
||||
lastGeneratedCaptureUri = reGenerateImageCaptureUriInCache();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue