[6.5.0][UI走查] 绿波通行引导线颜色调整

This commit is contained in:
renwj
2024-07-24 20:13:57 +08:00
parent f496eb65ea
commit eccdbfbd79
2 changed files with 12 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ class GreenWaveView: LinearLayout, IMoGoChassisLocationGCJ02Listener, RecyclerVi
override fun run() {
val rv: RecyclerView? = if (isDriver) driver_wave_rv else passenger_wave_rv
rv?.scrollBy(-3, 0)
rv?.scrollBy(-6, 0)
postDelayed(this, 20)
}