|
@@ -1179,7 +1179,7 @@ class MainActivity : BaseActivity<MainViewModel, ActivityMainBinding>(), Downloa
|
1179
|
1179
|
private fun initSchoolSet(schoolDeviceSetBean: SchoolDeviceSetBean? = null) {
|
1180
|
1180
|
schoolDeviceSetBean?.let { bean ->
|
1181
|
1181
|
//是否启用截屏:1是0否
|
1182
|
|
- ManageApplication.enableCaptureScreen(schoolDeviceSetBean.screenshots == 1)
|
|
1182
|
+ //ManageApplication.enableCaptureScreen(schoolDeviceSetBean.screenshots == 1)
|
1183
|
1183
|
if (bean.schoolClass == 1) {
|
1184
|
1184
|
mBinding.userschoolTv.visibility = View.VISIBLE
|
1185
|
1185
|
} else {
|