Explorar o código

bring app to foreground when playback is started from watch

Tobias Conradi %!s(int64=10) %!d(string=hai) anos
pai
achega
06bf157c84
Modificáronse 2 ficheiros con 15 adicións e 4 borrados
  1. 13 4
      Sources/VLCAppDelegate.m
  2. 2 0
      Sources/VLCConstants.h

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 13 - 4
Sources/VLCAppDelegate.m


+ 2 - 0
Sources/VLCConstants.h

@@ -53,6 +53,8 @@
 #define kVLCSettingPlaybackForwardSkipLengthDefaultValue @(60)
 #define kVLCSettingPlaybackBackwardSkipLength @"playback-forward-skip-length"
 #define kVLCSettingPlaybackBackwardSkipLengthDefaultValue @(60)
+#define kVLCSettingOpenAppForPlayback @"open-app-for-playback"
+#define kVLCSettingOpenAppForPlaybackDefaultValue @YES
 
 #define kVLCShowRemainingTime @"show-remaining-time"
 #define kVLCRecentURLs @"recent-urls"