mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
fix for ios7
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#import "CodePush.h"
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@implementation CodePushDownloadHandler {
|
||||
// Header chars used to determine if the file is a zip.
|
||||
@@ -36,7 +35,7 @@ failCallback:(void (^)(NSError *err))failCallback {
|
||||
[connection scheduleInRunLoop:[NSRunLoop mainRunLoop]
|
||||
forMode:NSDefaultRunLoopMode];
|
||||
}
|
||||
|
||||
|
||||
[connection start];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user