[8.5.0]
[singapore] [用户信息展示]
This commit is contained in:
@@ -35,6 +35,11 @@ class WorkOrderManager{
|
||||
* 展示接管记录页面
|
||||
*/
|
||||
fun showTakeOverRecordView(context: Context){
|
||||
if(hideFloat!=null){
|
||||
hideFloat?.invoke()
|
||||
hideFloat = null
|
||||
return
|
||||
}
|
||||
val takeOverRecordView = TakeOverRecordView(context)
|
||||
takeOverRecordView.setOnClickListener(object: TakeOverRecordView.ClickListener{
|
||||
override fun onClose() {
|
||||
|
||||
Reference in New Issue
Block a user