Merge branch 'qa_byd' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into qa_byd
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user