|
@@ -361,7 +361,7 @@ class _PhotoMainPageState extends State<PhotoMainPage>
|
361
|
361
|
void _onGalleryChange(AssetPathEntity assetPathEntity) {
|
362
|
362
|
_currentPath = assetPathEntity;
|
363
|
363
|
|
364
|
|
- _currentPath.assetList.then((v)async {
|
|
364
|
+ _currentPath.assetList.then((v) async {
|
365
|
365
|
_sortAssetList(v);
|
366
|
366
|
list.clear();
|
367
|
367
|
list.addAll(v);
|
|
@@ -500,5 +500,4 @@ class _PhotoMainPageState extends State<PhotoMainPage>
|
500
|
500
|
// Not deleted
|
501
|
501
|
_onGalleryChange(this.currentPath);
|
502
|
502
|
}
|
503
|
|
-
|
504
|
503
|
}
|