mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-22 07:14:54 +00:00
Fix find&replace issue
This commit is contained in:
parent
cbe2ab16f2
commit
4764ffe14c
@ -245,9 +245,9 @@ NSString* const kAPPBackgroundEventFailure = @"failure";
|
|||||||
id obj = ((id (*)(id, SEL, NSDictionary*))_imp)(self, _cmd, settings);
|
id obj = ((id (*)(id, SEL, NSDictionary*))_imp)(self, _cmd, settings);
|
||||||
|
|
||||||
SEL sel = NSSelectorFromString(@"_setAlwaysRunsAtForegroundPriority:");
|
SEL sel = NSSelectorFromString(@"_setAlwaysRunsAtForegroundPriority:");
|
||||||
((void (*)(id, SEL, BOOL))[obj methodForSelector:selector])(obj, sel, YES);
|
((void (*)(id, SEL, BOOL))[obj methodForSelector:sel])(obj, sel, YES);
|
||||||
|
|
||||||
return sel;
|
return obj;
|
||||||
}
|
}
|
||||||
SwizzleSelectorWithBlock_End;
|
SwizzleSelectorWithBlock_End;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user