Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
425b5fb1bc
1 changed files with 2 additions and 0 deletions
|
@ -573,6 +573,8 @@ public class MapActivity extends OsmandActionBarActivity implements DownloadEven
|
|||
ExternalApiHelper apiHelper = new ExternalApiHelper(this);
|
||||
Intent result = apiHelper.processApiRequest(intent);
|
||||
setResult(apiHelper.getResultCode(), result);
|
||||
result.setAction(null);
|
||||
setIntent(result);
|
||||
if (apiHelper.needFinish()) {
|
||||
finish();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue