Skip to content

Commit 3c5df5a

Browse files
download SDK update
1 parent 0c7e74b commit 3c5df5a

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ PODS:
13541354
- Yoga
13551355
- react-native-contacts (8.0.4):
13561356
- React-Core
1357-
- react-native-create-thumbnail (2.0.1):
1357+
- react-native-create-thumbnail (2.0.0):
13581358
- React-Core
13591359
- react-native-document-picker (9.3.1):
13601360
- DoubleConversion

src/SDK/index.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Service/PushNotify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const updateProgressNotification = async (msgId, progress, type, isCancel
9393
activeDownloads.progress = activeDownloads.files > 0 ? Math.floor(totalProgress / activeDownloads.files) : 0;
9494

9595
// Update notification title
96-
const title = activeDownloads.files > 1 ? `Downloading ${activeDownloads.files} files` : `Downloading Media`;
96+
const title = activeDownloads.files > 1 ? `Downloading ${activeDownloads.files} files` : 'Downloading 1 file';
9797

9898
// If all downloads are canceled, clear notification
9999
if (activeDownloads.files === 0) {

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4350,6 +4350,11 @@ define-properties@^1.1.3, define-properties@^1.2.1:
43504350
has-property-descriptors "^1.0.0"
43514351
object-keys "^1.1.1"
43524352

4353+
delayed-stream@~1.0.0:
4354+
version "1.0.0"
4355+
resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
4356+
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
4357+
43534358
denodeify@^1.2.1:
43544359
version "1.2.1"
43554360
resolved "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz"

0 commit comments

Comments
 (0)