替换新的夜间模式行人模型
This commit is contained in:
@@ -76,17 +76,6 @@ public abstract class MainMoGoApplication extends AbsMogoApplication {
|
||||
}
|
||||
|
||||
private void queryAppUpgrade() {
|
||||
// UiThreadHandler.postDelayed(new Runnable() {
|
||||
// @Override
|
||||
// public void run() {
|
||||
// CallerLogger.INSTANCE.d("Upgrade","queryAppUpgrade isConnectAutopilot = " + AppConfigInfo.INSTANCE.isConnectAutopilot());
|
||||
// Log.e("Upgrade", "queryAppUpgrade isConnectAutopilot = " + AppConfigInfo.INSTANCE.isConnectAutopilot());
|
||||
// if (AppConfigInfo.INSTANCE.isConnectAutopilot()) {
|
||||
// MoGoHandAdasMsgManager.getInstance(getBaseContext()).getConfig();
|
||||
// }
|
||||
// }
|
||||
// },9000);
|
||||
|
||||
UiThreadHandler.postDelayed(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
@@ -28,7 +28,7 @@ enum class TrafficTypeEnum(
|
||||
"人",
|
||||
R.raw.traffic_people,
|
||||
R.raw.xingren,
|
||||
R.raw.xingren
|
||||
R.raw.xingren_night
|
||||
),
|
||||
TYPE_TRAFFIC_ID_BICYCLE(
|
||||
2,
|
||||
|
||||
BIN
core/mogo-core-res/src/main/res/raw/xingren_night.nt3d
Normal file
BIN
core/mogo-core-res/src/main/res/raw/xingren_night.nt3d
Normal file
Binary file not shown.
Reference in New Issue
Block a user