Skip to content

Commit 663dfe4

Browse files
committed
🔥 Remove extra dispose
1 parent f418545 commit 663dfe4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/delegates/asset_picker_builder_delegate.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ abstract class AssetPickerBuilderDelegate<A, P> {
166166
/// Keep a dispose method to sync with [State].
167167
/// 保留一个 dispose 方法与 [State] 同步。
168168
void dispose() {
169-
provider.dispose();
170169
gridScrollController.dispose();
171170
permission.dispose();
172171
permissionOverlayHidden.dispose();

0 commit comments

Comments
 (0)