Parcourir la source

bring app to foreground when playback is started from watch

Tobias Conradi il y a 10 ans
Parent
commit
06bf157c84
2 fichiers modifiés avec 15 ajouts et 4 suppressions
  1. 13 4
      Sources/VLCAppDelegate.m
  2. 2 0
      Sources/VLCConstants.h

Fichier diff supprimé car celui-ci est trop grand
+ 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"