Merge branch 'refs/heads/dev_robotaxi-d_240925_6.6.1' into dev_robotaxi-d_240912_6.7.0
# Conflicts: # OCH/common/common/src/main/java/com/mogo/och/common/module/manager/autopilot/autopilot/OchAutopilotAnalytics.kt # gradle.properties
This commit is contained in:
@@ -47,7 +47,7 @@ class TakeOverListAdapter(private val context: Context): RecyclerView.Adapter<Ta
|
||||
fun notifyRecordItemChanged(info: TakeOverRecordInfo){
|
||||
val pos = data?.indexOf(info)
|
||||
pos?.let {
|
||||
data!![pos] = info
|
||||
data?.set(pos, info)
|
||||
notifyItemChanged(pos)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user