[FIX]: minor cleanups
This commit is contained in:
parent
ae515c6e4a
commit
2c05607ba2
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue