[8.2.0][opt]新增代码注释
This commit is contained in:
@@ -138,8 +138,10 @@ class TaskRunningView : ConstraintLayout, TaskRunningModel.SwtichLineViewCallbac
|
||||
}
|
||||
|
||||
private fun showFeedbackDialog(grayId: Long) {
|
||||
CallerLogger.d(TAG, "showFeedbackDialog!")
|
||||
val occurrenceTime = System.currentTimeMillis()
|
||||
if(closeRouting==null) {
|
||||
CallerLogger.d(TAG, "closeRouting is null!")
|
||||
closeRouting = CommonDialogStatus
|
||||
.Builder()
|
||||
.title("路线验证结束")
|
||||
@@ -152,6 +154,7 @@ class TaskRunningView : ConstraintLayout, TaskRunningModel.SwtichLineViewCallbac
|
||||
.build(context)
|
||||
}else{
|
||||
if(closeRouting?.isShowing==true){
|
||||
CallerLogger.d(TAG, "closeRouting is showing, return!")
|
||||
return
|
||||
}
|
||||
}
|
||||
@@ -170,6 +173,7 @@ class TaskRunningView : ConstraintLayout, TaskRunningModel.SwtichLineViewCallbac
|
||||
)
|
||||
}
|
||||
})
|
||||
CallerLogger.d(TAG, "closeRouting show!")
|
||||
closeRouting?.show()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user