[v2.13.0][状态栏]更改顺序
This commit is contained in:
@@ -19,11 +19,11 @@ internal class StatusModel : ViewModel() {
|
||||
|
||||
const val TAG = "StatusModel"
|
||||
val DEFAULTS = Pair(null, ArrayList<Status>().also {
|
||||
it += RTKStatus("", -1)
|
||||
it += IpcStatus(CallerAutoPilotManager.isConnected())
|
||||
// it += NetStatus(false)
|
||||
it += CanStatus(false)
|
||||
it += TracingStatus(UNKNOWN)
|
||||
it += RTKStatus("", -1)
|
||||
// it += NetStatus(false)
|
||||
it += GpsStatus(enabled = false, isGranted = false)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user