Skip to content

Commit 5ea0caf

Browse files
yujuneAlexV525
authored andcommitted
Update lib/src/delegates/asset_picker_builder_delegate.dart
Co-authored-by: Alex Li <[email protected]>
1 parent d6cb626 commit 5ea0caf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/src/delegates/asset_picker_builder_delegate.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,9 +1577,7 @@ class DefaultAssetPickerBuilderDelegate
15771577
int placeholderCount = 0,
15781578
}) {
15791579
int index = assets.indexWhere((AssetEntity e) => e.id == id);
1580-
15811580
index += prependSpecialItems.length;
1582-
15831581
index += placeholderCount;
15841582
return index;
15851583
}

0 commit comments

Comments
 (0)