Merge branch 'dev_robotaxi-d_241112_6.8.1' into dev_robobus-d_241202_6.8.4

# Conflicts:
#	gradle.properties
This commit is contained in:
xyz
2024-12-10 14:13:30 +08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ abstract class MyDataBase : RoomDatabase() {
.addMigrations(MIGRATION_2_3)
.addMigrations(MIGRATION_3_4)
.addMigrations(MIGRATION_4_5)
.fallbackToDestructiveMigration()
.build()
}
val ROOT_PATH = Environment.getExternalStorageDirectory().absolutePath + File.separator + "Mogo" + File.separator + "APP_cache" + File.separator //程序外部存储跟目录

View File

@@ -803,6 +803,7 @@ class ColdStartView @JvmOverloads constructor(
coldStartResultListener?.coldStartSuccess()
UiThreadHandler.postDelayed({
currentColdStartSuccess = true
this@ColdStartView.visibility = View.GONE
}, 1000)
}