mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fix build error
This commit is contained in:
parent
96b822aa5d
commit
792cc2c4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
|
||||||
|
|
||||||
DirectUpload directUpload = new DirectUpload(place.getName(), place.getLongDescription(), this);
|
DirectUpload directUpload = new DirectUpload(place.getName(), place.getLongDescription(), this);
|
||||||
directUpload.storeSharedPrefs();
|
directUpload.storeSharedPrefs();
|
||||||
directUpload.initiateGalleryUpload(getActivity());
|
directUpload.initiateGalleryUpload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue