Feature/4976 fix for blocking behaviour

This commit is contained in:
Frank Rotermund
2023-08-23 15:13:16 +00:00
parent 632889901a
commit 15ca136b4e
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