Skip to content

Commit 2e798e2

Browse files
committed
fixed the bug commons-app#5057
1 parent 067aff4 commit 2e798e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/upload/mediaDetails/UploadMediaDetailFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public void onImageProcessed(UploadItem uploadItem, Place place) {
274274
public void onNearbyPlaceFound(UploadItem uploadItem, Place place) {
275275
nearbyPlace = place;
276276
this.uploadItem = uploadItem;
277-
showNearbyFound = true;
277+
showNearbyFound = false;
278278
if(callback.getIndexInViewFlipper(this) == 0) {
279279
if (UploadActivity.nearbyPopupAnswers.containsKey(nearbyPlace)) {
280280
final boolean response = UploadActivity.nearbyPopupAnswers.get(nearbyPlace);

0 commit comments

Comments
 (0)