forked from organicmaps/organicmaps
Crash fix.
This commit is contained in:
parent
0b1ec8c061
commit
b58d0def18
1 changed files with 1 additions and 0 deletions
|
@ -1154,6 +1154,7 @@ public class MWMActivity extends NvEventQueueActivity
|
|||
@Override
|
||||
public void run()
|
||||
{
|
||||
mInfoView.bringToFront();
|
||||
final String poiType = ParsedMmwRequest.getCurrentRequest().getCallerName(MWMApplication.get()).toString();
|
||||
final ApiPoint apiPoint = new ApiPoint(name, id, poiType, lat, lon);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue