mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-27 01:01:06 +00:00
problem
Signed-off-by: z00513345 <zhuchengfeng1@huawei.com>
This commit is contained in:
parent
4576e88e30
commit
c580e1bfbc
@ -162,7 +162,7 @@ struct MediaOperationPage {
|
||||
list.push(item);
|
||||
}
|
||||
}
|
||||
return list[list.length - 1].innerId == info.innerId;
|
||||
return list.length == 0 || list[list.length - 1].innerId == info.innerId;
|
||||
}
|
||||
|
||||
onPageShow() {
|
||||
|
Loading…
Reference in New Issue
Block a user