Skip to content

Commit

Permalink
Fix a crash
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Dec 16, 2022
1 parent 94d915d commit 6b94973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IRCCloud/Classes/MainViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -3346,7 +3346,7 @@ -(void)statusBarFrameWillChange:(NSNotification *)n {

-(void)viewSafeAreaInsetsDidChange {
[super viewSafeAreaInsetsDidChange];
[self updateLayout];
[self performSelector:@selector(updateLayout) withObject:nil afterDelay:0.25];
}

-(void)updateLayout {
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
306
308

0 comments on commit 6b94973

Please sign in to comment.