We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6872c12 commit 751bf02Copy full SHA for 751bf02
ios/CodePush/CodePush.m
@@ -302,6 +302,11 @@ - (NSDictionary *)constantsToExport
302
};
303
304
305
++ (BOOL)requiresMainQueueSetup
306
+{
307
+ return YES;
308
+}
309
+
310
- (void)dealloc
311
{
312
// Ensure the global resume handler is cleared, so that
@@ -627,7 +632,7 @@ -(void)loadBundleOnTick:(NSTimer *)timer {
627
632
_didUpdateProgress = NO;
628
633
self.paused = NO;
629
634
}
630
-
635
631
636
NSString * publicKey = [[CodePushConfig current] publicKey];
637
638
[CodePushPackage
0 commit comments