[Fix]解决编译不通过问题

This commit is contained in:
chenfufeng
2021-12-29 16:32:31 +08:00
parent 55ec24c258
commit 6cfe4f8358
5 changed files with 18 additions and 8 deletions

View File

@@ -551,10 +551,6 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
dismissToolsFloatView()
}
override fun changeMapDAngle(mode: Int) {
TODO("Not yet implemented")
}
private fun showCameraList(cameraList: List<CameraEntity>?) {
context?.let {
if (cameraViewFloat == null) {