Skip to content

Commit

Permalink
Fix bug where notification view was shown when flipping to and from t…
Browse files Browse the repository at this point in the history
…he main view in a utility-style app running in the iPhone window on an iPad.
  • Loading branch information
bradsokol committed Jan 6, 2012
1 parent 0265d7d commit 1502e16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GCDiscreetNotificationView/GCDiscreetNotificationView.m
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ - (void) showOrHide:(BOOL)hide animated:(BOOL)animated name:(NSString *)name {
[self placeOnGrid];

if (animated) [UIView commitAnimations];

self.label.hidden = hide;
}
}

Expand Down

0 comments on commit 1502e16

Please sign in to comment.