Skip to content

Commit 0778278

Browse files
committed
⚡️ Notify listeners every time a path's thumb has loaded
1 parent e4f6699 commit 0778278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/provider/asset_picker_provider.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ class DefaultAssetPickerProvider
291291
if (requestType != RequestType.audio) {
292292
getFirstThumbFromPathEntity(pathEntity).then((Uint8List? data) {
293293
_pathEntityList[pathEntity] = data;
294+
notifyListeners();
294295
});
295296
}
296297
}

0 commit comments

Comments
 (0)