| | |
| | | |
| | | supportActionBar?.apply { |
| | | setDisplayHomeAsUpEnabled(true) |
| | | title = "临时任务" |
| | | title = "制订任务" |
| | | } |
| | | |
| | | initSpinner() |
| | |
| | | mCurrentTask.executorusernames = userNames.toString() |
| | | mCurrentTask.executorrealtimes = userRealNames.toString() |
| | | sp_team_members.text = userRealNames.replace(Constant.CONNECTOR.toRegex(), Constant.CONNECTOR_FOR_VIEW) |
| | | userInfoViewModel.saveMembers(Triple(mCurrentTask.executorguids, mCurrentTask.executorusernames, mCurrentTask.executorrealtimes)) |
| | | |
| | | |
| | | if (memberCheckedArray == null && list.isNotEmpty()) { |
| | | memberCheckedArray = BooleanArray(list.size) |