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 5ca983b commit 5aef9c6Copy full SHA for 5aef9c6
src/mac/safari-extension.mm
@@ -82,7 +82,7 @@ - (BOOL)execNativeApp {
82
[NSThread sleepForTimeInterval:1.0];
83
NSLog(@"web-eid-safari-extension: waiting to be running %@", [getUserDefaults() objectForKey:WebEidStarting]);
84
}
85
- if ([getUserDefaults() boolForKey:WebEidStarting]) {
+ if ([(NSNumber*)takeValue(WebEidStarting) boolValue]) {
86
NSLog(@"web-eid-safari-extension: timeout to start app");
87
return NO;
88
0 commit comments