Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
eff3104d
Commit
eff3104d
authored
Jun 19, 2015
by
Felix Paul Kühne
Browse files
micro-optimization
parent
7f332d20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCAppDelegate.m
View file @
eff3104d
...
...
@@ -178,9 +178,9 @@ NSString *const VLCDropboxSessionWasAuthorized = @"VLCDropboxSessionWasAuthorize
setupBlock
();
}
[[
VLCNotificationRelay
sharedRelay
]
addRelayLocalName
:
NSManagedObjectContextDidSaveNotification
toRemoteName
:
@"org.videolan.ios-app.dbupdate"
];
[
[
VLCN
otificationRelay
sharedRelay
]
addRelayLocalName
:
VLCPlaybackControllerPlaybackMetadataDidChange
toRemoteName
:
kVLCDarwinNotificationNowPlayingInfoUpdate
];
VLCNotificationRelay
*
notificationRelay
=
[
VLCNotificationRelay
sharedRelay
];
[
notificationRelay
addRelayLocalName
:
NSManagedObjectContextDidSaveNotification
toRemoteName
:
@"org.videolan.ios-app.dbupdate"
];
[
n
otificationRelay
addRelayLocalName
:
VLCPlaybackControllerPlaybackMetadataDidChange
toRemoteName
:
kVLCDarwinNotificationNowPlayingInfoUpdate
];
return
YES
;
}
...
...
Felix Paul Kühne
@fkuehne
mentioned in commit
f641f130
·
Jun 19, 2015
mentioned in commit
f641f130
mentioned in commit f641f130695bba20b7211d3616291a4d22f54fd4
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment