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:
@@ -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 //程序外部存储跟目录
|
||||
|
||||
@@ -803,6 +803,7 @@ class ColdStartView @JvmOverloads constructor(
|
||||
coldStartResultListener?.coldStartSuccess()
|
||||
UiThreadHandler.postDelayed({
|
||||
currentColdStartSuccess = true
|
||||
this@ColdStartView.visibility = View.GONE
|
||||
}, 1000)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user