增量时间戳为0不再限制
This commit is contained in:
@@ -431,9 +431,9 @@ abstract class BaseActivity<VB : ViewBinding> : AppCompatActivity() {
|
||||
//private var taskPageNo = 1
|
||||
private fun getFaceIncrementList(pageNo: Int = 1, action:(List<String?>)-> Unit) {
|
||||
val timestamp = SpTool.lastFaceTimestamp
|
||||
if (timestamp == 0L) {
|
||||
return
|
||||
}
|
||||
// if (timestamp == 0L) {
|
||||
// return
|
||||
// }
|
||||
settingViewModel.getFaceIncrementList(
|
||||
pageNo = pageNo,
|
||||
timestamp = timestamp
|
||||
|
||||
Reference in New Issue
Block a user