File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,6 @@ class AssetPickerProvider extends ChangeNotifier {
228
228
/// Set first path entity as current path entity.
229
229
if (_pathEntityList.isNotEmpty) {
230
230
_currentPathEntity ?? = pathEntityList.keys.elementAt (0 );
231
- await _currentPathEntity.refreshPathProperties ();
232
231
}
233
232
}
234
233
@@ -237,7 +236,6 @@ class AssetPickerProvider extends ChangeNotifier {
237
236
Future <void > getAssetList () async {
238
237
if (_pathEntityList.isNotEmpty) {
239
238
_currentPathEntity = pathEntityList.keys.elementAt (0 );
240
- await _currentPathEntity.refreshPathProperties ();
241
239
totalAssetsCount = currentPathEntity.assetCount;
242
240
getAssetsFromEntity (0 , currentPathEntity);
243
241
// Update total assets count.
You can’t perform that action at this time.
0 commit comments