[Update]缓存全局路径规划数据

This commit is contained in:
chenfufeng
2022-07-21 17:41:50 +08:00
parent 6a23f600e9
commit eeb11d0120
5 changed files with 116 additions and 54 deletions

View File

@@ -44,7 +44,7 @@ class RoadVideoDialog(context: Context) : BaseFloatDialog(context), LifecycleObs
ContextCompat.getColor(context, R.color.notice_blue),
PorterDuff.Mode.MULTIPLY
)
setCanceledOnTouchOutside(true)
setCanceledOnTouchOutside(false)
roadVideoClose.setOnClickListener {
dismiss()