Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
[client] of course we use this method... why did i remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Nov 8, 2016
1 parent 9f5c349 commit 62e5adb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/HBTSStatusBarAlertController.x
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62e5adb

Please sign in to comment.