mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
coding style fixes
This commit is contained in:
@@ -125,7 +125,8 @@
|
||||
}
|
||||
|
||||
#pragma mark - ASVideoNodeDelegate
|
||||
- (void)videoNode:(ASVideoNode *)videoNode willChangePlayerState:(ASVideoNodePlayerState)state toState:(ASVideoNodePlayerState)toSate{
|
||||
- (void)videoNode:(ASVideoNode *)videoNode willChangePlayerState:(ASVideoNodePlayerState)state toState:(ASVideoNodePlayerState)toSate
|
||||
{
|
||||
//Ignore nicCageVideo
|
||||
if (videoNode != _guitarVideoNode) {
|
||||
return;
|
||||
@@ -140,7 +141,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void)videoNode:(ASVideoNode *)videoNode didPlayToSecond:(NSTimeInterval)second{
|
||||
- (void)videoNode:(ASVideoNode *)videoNode didPlayToSecond:(NSTimeInterval)second
|
||||
{
|
||||
if (videoNode != _guitarVideoNode) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user