크리에이터 커뮤니티 게시글 전체리스트
- 오디오 재생기능 추가
This commit is contained in:
@@ -57,6 +57,9 @@ struct SodaLiveApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
.onReceive(NotificationCenter.default.publisher(for: UIApplication.didEnterBackgroundNotification)) { _ in
|
||||
CreatorCommunityMediaPlayerManager.shared.pauseContent()
|
||||
}
|
||||
.onReceive(NotificationCenter.default.publisher(for: UIApplication.didBecomeActiveNotification)) { _ in
|
||||
UIApplication.shared.applicationIconBadgeNumber = 0
|
||||
|
||||
|
Reference in New Issue
Block a user