You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file NWAppDelegate.m at row 247 is code: case 3: return [NSDate dateWithTimeIntervalSince1970:300];
but I think correct code should be: case 3: return [NSDate dateWithTimeIntervalSinceNow:300];
The text was updated successfully, but these errors were encountered:
In file NWAppDelegate.m at row 247 is code:
case 3: return [NSDate dateWithTimeIntervalSince1970:300];
but I think correct code should be:
case 3: return [NSDate dateWithTimeIntervalSinceNow:300];
The text was updated successfully, but these errors were encountered: