Feature/4976 fix for blocking behaviour

This commit is contained in:
Frank Rotermund
2023-08-23 15:13:16 +00:00
parent 489ea39535
commit bc6a2bd385
5 changed files with 13 additions and 22 deletions
@@ -5355,6 +5355,8 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
- (void) ignoreDowntime:(id)sender {
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"ServerDownTimeBlockingKey"];
[[[ServerDowntimeDefaultService alloc] init] setManuallyIgnored];
[self updateSections];
}
#pragma mark - ThreadsBetaCoordinatorBridgePresenterDelegate