forked from organicmaps/organicmaps
[android] Compilation fix.
This commit is contained in:
parent
088d6bc1e8
commit
3afc5f349d
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ import com.mapswithme.maps.Ads.AdsManager;
|
|||
import com.mapswithme.maps.Ads.MenuAd;
|
||||
import com.mapswithme.maps.Framework.OnBalloonListener;
|
||||
import com.mapswithme.maps.Framework.RoutingListener;
|
||||
import com.mapswithme.maps.Framework.ButProListener;
|
||||
import com.mapswithme.maps.Framework.BuyProListener;
|
||||
import com.mapswithme.maps.MapStorage.Index;
|
||||
import com.mapswithme.maps.api.ParsedMmwRequest;
|
||||
import com.mapswithme.maps.background.WorkerService;
|
||||
|
@ -75,7 +75,7 @@ import java.util.Stack;
|
|||
|
||||
public class MWMActivity extends NvEventQueueActivity
|
||||
implements LocationService.LocationListener, OnBalloonListener, OnVisibilityChangedListener,
|
||||
OnClickListener, RoutingListener, ButProListener
|
||||
OnClickListener, RoutingListener, BuyProListener
|
||||
{
|
||||
public static final String EXTRA_TASK = "map_task";
|
||||
private final static String TAG = "MWMActivity";
|
||||
|
|
Loading…
Add table
Reference in a new issue