mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-08 02:15:13 +08:00
v10.13.2
This commit is contained in:
@@ -277,7 +277,7 @@ export class Pushy {
|
||||
paths = [],
|
||||
name,
|
||||
description = '',
|
||||
metaInfo = '',
|
||||
metaInfo,
|
||||
} = info;
|
||||
if (
|
||||
this.options.beforeDownloadUpdate &&
|
||||
|
@@ -165,6 +165,7 @@ export const PushyProvider = ({
|
||||
if (!info) {
|
||||
return;
|
||||
}
|
||||
info.description = info.description ?? '';
|
||||
updateInfoRef.current = info;
|
||||
setUpdateInfo(info);
|
||||
if (info.expired) {
|
||||
|
Reference in New Issue
Block a user