Skip to content

Commit b2c5313

Browse files
committed
Improve pr quality
1 parent 2aa4ce7 commit b2c5313

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/fr/free/nrw/commons/upload/ShareActivity.java

-2
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,6 @@ public void onClick(View v) {
337337
Intent mapIntent = new Intent(Intent.ACTION_VIEW, gmmIntentUri);
338338
mapIntent.setPackage("com.google.android.apps.maps");
339339
startActivity(mapIntent);
340-
} else {
341-
Toast toast = Toast.makeText(ShareActivity.this,R.string.share_coordinates_not_present,Toast.LENGTH_LONG);
342340
}
343341
}
344342
});

0 commit comments

Comments
 (0)