Merge branch 'qa' into feature/qa_f

This commit is contained in:
wangcongtao
2020-07-29 20:09:56 +08:00
6 changed files with 34 additions and 28 deletions

View File

@@ -110,7 +110,6 @@ public class MapPresenter extends Presenter< MapView > implements
if ( type == 0 ) {
onChangeTrafficMode( opera_type );
} else if ( type == 2 ) {
// mMogoIntentManager.invoke( AUTONAVI_STANDARD_BROADCAST_RECV, intent );
onChangeCameraMode( opera_type );
}
} else if ( key_type == 10048 ) {
@@ -181,6 +180,7 @@ public class MapPresenter extends Presenter< MapView > implements
mMogoMapService.getNavi( getContext() ).reCalculateRoute( config );
}
mMogoIntentManager.invoke( AUTONAVI_STANDARD_BROADCAST_RECV, intent );
}
};