[android] Removed unnecessary call to TrafficManager

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-04-08 23:11:08 +02:00 committed by Viktor Govako
parent 520aacc246
commit 8c4b8c4166

View file

@ -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();
}