diff --git a/client/HBTSStatusBarAlertController.x b/client/HBTSStatusBarAlertController.x index ebf2338..3e0b79c 100644 --- a/client/HBTSStatusBarAlertController.x +++ b/client/HBTSStatusBarAlertController.x @@ -95,6 +95,10 @@ } } +- (void)hide { + [self _showWithIconName:nil text:nil boldRange:NSMakeRange(0, 0) animatingInDirection:NO timeout:0]; +} + - (void)displayCurrentAlertInStatusBar:(UIStatusBar *)statusBar animated:(BOOL)animated { // if for some crazy reason we don’t have a foreground view, log that (it // really shouldn’t happen…) and return