Merge branch 'qa_byd' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into qa_byd

This commit is contained in:
wangcongtao
2020-07-30 10:08:34 +08:00
2 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ import kotlinx.android.synthetic.main.module_left_panel_simple_speed.*
* *
* @author tongchenfei * @author tongchenfei
*/ */
private const val SPEED_THRESHOLD = 40 private const val SPEED_THRESHOLD = 90
class SimpleSpeedFragment: MvpFragment<SimpleSpeedFragment, SimpleSpeedPresenter>() { class SimpleSpeedFragment: MvpFragment<SimpleSpeedFragment, SimpleSpeedPresenter>() {
override fun getLayoutId(): Int { override fun getLayoutId(): Int {
return R.layout.module_left_panel_simple_speed return R.layout.module_left_panel_simple_speed

View File

@@ -140,12 +140,12 @@ public class V2XModuleProvider implements
intentFilter.addAction(V2XConst.BROADCAST_SCENE_HANDLER_ACTION); intentFilter.addAction(V2XConst.BROADCAST_SCENE_HANDLER_ACTION);
localBroadcastManager.registerReceiver(localReceiver, intentFilter); localBroadcastManager.registerReceiver(localReceiver, intentFilter);
if (BuildConfig.DEBUG) { // if (BuildConfig.DEBUG) {
// TODO 这是测试页面 // // TODO 这是测试页面
V2XServiceManager // V2XServiceManager
.getIMogoWindowManager() // .getIMogoWindowManager()
.addView(new V2XTestConsoleWindow(context), 0, 0, false); // .addView(new V2XTestConsoleWindow(context), 0, 0, false);
} // }
} }
private void initVoice(Context context) { private void initVoice(Context context) {