clear intent's action after executing gpx import - reverted
This commit is contained in:
parent
aaec7c1e33
commit
8aa51a0cc4
1 changed files with 0 additions and 1 deletions
|
@ -730,7 +730,6 @@ public class MapActivity extends OsmandActionBarActivity implements DownloadEven
|
|||
final Intent intent = getIntent();
|
||||
if (intent != null) {
|
||||
if (Intent.ACTION_VIEW.equals(intent.getAction())) {
|
||||
getIntent().setAction("");
|
||||
if (intent.getData() != null) {
|
||||
final Uri data = intent.getData();
|
||||
final String scheme = data.getScheme();
|
||||
|
|
Loading…
Reference in a new issue