forked from organicmaps/organicmaps
[android] Removed unnecessary call to TrafficManager
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
520aacc246
commit
8c4b8c4166
1 changed files with 1 additions and 2 deletions
|
@ -63,7 +63,6 @@ import com.mapswithme.maps.maplayer.ToggleMapLayerFragment;
|
|||
import com.mapswithme.maps.maplayer.isolines.IsolinesManager;
|
||||
import com.mapswithme.maps.maplayer.isolines.IsolinesState;
|
||||
import com.mapswithme.maps.maplayer.subway.SubwayManager;
|
||||
import com.mapswithme.maps.maplayer.traffic.TrafficManager;
|
||||
import com.mapswithme.maps.routing.NavigationController;
|
||||
import com.mapswithme.maps.routing.RoutePointInfo;
|
||||
import com.mapswithme.maps.routing.RoutingBottomMenuListener;
|
||||
|
@ -1064,7 +1063,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
{
|
||||
super.onSafeDestroy();
|
||||
mNavigationController.destroy();
|
||||
TrafficManager.INSTANCE.detachAll();
|
||||
//TrafficManager.INSTANCE.detachAll();
|
||||
mPlacePageController.destroy();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue