mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-11-22 15:36:10 +08:00
fix: expected ';' at end of declaration (#515)
This commit is contained in:
@@ -304,7 +304,7 @@ RCT_EXPORT_METHOD(setNeedUpdate:(NSDictionary *)options
|
|||||||
if (hash.length) {
|
if (hash.length) {
|
||||||
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
|
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
|
||||||
NSString *lastVersion = nil;
|
NSString *lastVersion = nil;
|
||||||
NSDictionary *pushyInfo = [defaults objectForKey:keyPushyInfo]
|
NSDictionary *pushyInfo = [defaults objectForKey:keyPushyInfo];
|
||||||
if (pushyInfo) {
|
if (pushyInfo) {
|
||||||
lastVersion = pushyInfo[paramCurrentVersion];
|
lastVersion = pushyInfo[paramCurrentVersion];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user