|
@@ -302,12 +302,11 @@
|
|
[self resetIdleTimer];
|
|
[self resetIdleTimer];
|
|
}
|
|
}
|
|
|
|
|
|
-#pragma mark - app multi tasking
|
|
|
|
|
|
+#pragma mark -
|
|
|
|
|
|
- (void)appWillResign:(NSNotification *)aNotification
|
|
- (void)appWillResign:(NSNotification *)aNotification
|
|
{
|
|
{
|
|
self.mediaItem.lastPosition = @([_mediaPlayer position]);
|
|
self.mediaItem.lastPosition = @([_mediaPlayer position]);
|
|
- [_mediaPlayer pause];
|
|
|
|
}
|
|
}
|
|
|
|
|
|
#pragma mark - External Display
|
|
#pragma mark - External Display
|