Skip to content

Commit f209651

Browse files
authored
Merge pull request #414 from CaiJingLong/fix-delete-requestcode-error
Fix: androidRDeleteRequestCode error.
2 parents 347f26a + 3bbbbf8 commit f209651

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CHANGELOG
22

33
- [CHANGELOG](#changelog)
4-
- [0.6.0-dev.7](#060-dev7)
4+
- [0.6.0-dev.8](#060-dev8)
55
- [0.5.8](#058)
66
- [0.5.7](#057)
77
- [0.5.6](#056)
@@ -45,7 +45,7 @@
4545
- [0.0.2 update readme](#002-update-readme)
4646
- [0.0.1](#001)
4747

48-
## 0.6.0-dev.7
48+
## 0.6.0-dev.8
4949

5050
- Feature
5151

@@ -61,6 +61,7 @@
6161
- [#362](https://github.com/CaiJingLong/flutter_photo_manager/issues/362)
6262
- Delete assets in androidQ.
6363
- Edited image data in iOS.
64+
- Fix delete error in androidR.
6465

6566
Breaking change:
6667

android/src/main/kotlin/top/kikt/imagescanner/core/PhotoManagerDeleteManager.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class PhotoManagerDeleteManager(val context: Context, var activity: Activity?) :
2121
}
2222

2323
private var requestCodeIndex = 3000
24-
private var androidRDeleteRequestCode = 103000
24+
private var androidRDeleteRequestCode = 40069
2525

2626
private val uriMap = HashMap<Int, Uri>()
2727

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: photo_manager
22
description: You can scan photos and albums. Only api, not have ui. you can use the api to create your image picker. or use photo
3-
version: 0.6.0-dev.7
3+
version: 0.6.0-dev.8
44
# author: caijinglong<cjl_spy@163.com>
55
homepage: https://github.com/CaiJingLong/flutter_photo_manager
66

0 commit comments

Comments
 (0)