Merge branch 'dev_robobus-m1-p-app-module_1.1.0_230112_1.1.0' of gitlab.zhidaoauto.com:zhjt/AndroidApp/MoGoEagleEye into dev_robobus-m1-p-app-module_1.1.0_230112_1.1.0

This commit is contained in:
wangmingjun
2023-03-08 21:21:32 +08:00
4 changed files with 7 additions and 2 deletions

View File

@@ -216,6 +216,7 @@ class BusPassengerPresenter(view: MainFragment?) :
override fun setEndStationCallBack(siteId: Long?, siteName: String?, gcj_lon: Double, gcj_lat: Double) {
val latLng = LatLng(gcj_lat,gcj_lon)
mView?.cleanEndStation()
mView?.drawEndStation(latLng)
}

View File

@@ -48,7 +48,7 @@ class MainFragment :
}
override fun initViews() {
setCarModle(R.raw.aiqinghao)
setCarModle(R.raw.m1)
cb_bp_video_player.onClick {
openSettingPage(M1ContainFragment.VIDEOTAB)
}

Binary file not shown.