Skip to content

Commit da4a51d

Browse files
committed
refactor: merge from main
2 parents 8f19379 + 7d7f5c9 commit da4a51d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ios/MultipleImagePicker.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ class MultipleImagePicker: NSObject, TLPhotosPickerViewControllerDelegate, UINav
130130
func handleSelectedAssets(selectedList: NSArray) {
131131
let assetsExist = selectedList.filter { ($0 as! NSObject).value(forKey: "localIdentifier") != nil }
132132
self.videoCount = selectedList.filter { ($0 as! NSObject).value(forKey: "type") as? String == "video" }.count
133-
134133
var assets = [TLPHAsset]()
135134
for index in 0 ..< assetsExist.count {
136135
let value = assetsExist[index]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baronha/react-native-multiple-image-picker",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "react-native-multiple-image-picker enables application to pick images and videos from multiple smart album in iOS/Android, similar to the current facebook app.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)