|
@@ -248,7 +248,7 @@ class CallingdoorActivity :BaseActivity<CallingdoorActivityPresenter, Callingdoo
|
|
//3288 10.1寸竖屏:width=800, height=1280
|
|
//3288 10.1寸竖屏:width=800, height=1280
|
|
Log.d(TAG, "device orientation: ${Constant.DEVICE_ORIENTATION}, width: ${dm.widthPixels}, height: ${dm.heightPixels}")
|
|
Log.d(TAG, "device orientation: ${Constant.DEVICE_ORIENTATION}, width: ${dm.widthPixels}, height: ${dm.heightPixels}")
|
|
|
|
|
|
- startScheduledExecutor()
|
|
|
|
|
|
+ //startScheduledExecutor()
|
|
}
|
|
}
|
|
|
|
|
|
//检查launch版本
|
|
//检查launch版本
|
|
@@ -1429,7 +1429,7 @@ class CallingdoorActivity :BaseActivity<CallingdoorActivityPresenter, Callingdoo
|
|
val iterator = bedCalls.iterator()
|
|
val iterator = bedCalls.iterator()
|
|
while (iterator.hasNext()) {
|
|
while (iterator.hasNext()) {
|
|
val it = iterator.next()
|
|
val it = iterator.next()
|
|
- if (System.currentTimeMillis() - it.time >= 5 * 60 * 1000) {
|
|
|
|
|
|
+ if (System.currentTimeMillis() - it.time >= 10 * 60 * 1000) {
|
|
iterator.remove()
|
|
iterator.remove()
|
|
}
|
|
}
|
|
}
|
|
}
|