[FIX]: minor cleanups

This commit is contained in:
Mazyad Alabduljaleel 2014-08-03 16:34:44 +04:00
parent ae515c6e4a
commit 2c05607ba2
1 changed files with 3 additions and 2 deletions

View File

@ -113,7 +113,8 @@ static inline CGFloat AACStatusBarHeight()
{
_scrollView.delegate = _delegateProxy.originalDelegate;
}
[[NSNotificationCenter defaultCenter] removeObserver:self name:UIApplicationDidBecomeActiveNotification object:nil];
[[NSNotificationCenter defaultCenter] removeObserver:self];
}
#pragma mark - Properties
@ -321,7 +322,7 @@ static inline CGFloat AACStatusBarHeight()
[self _handleScrollingEnded];
}
#pragma mark - Application did become active method
#pragma mark - NSNotificationCenter methods
- (void)applicationDidBecomeActive
{