Created
November 24, 2017 15:28
-
-
Save pepicrft/08e6dc44f2058b3f18e08c053c49d077 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// AppDelegate.swift | |
@UIApplicationMain | |
class AppDelegate: UIResponder, UIApplicationDelegate { | |
func applicationDidBecomeActive(_ application: UIApplication) { | |
Services.playback.restoreState() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment