크리에이터 커뮤니티 게시글 전체리스트

- 오디오 재생기능 추가
This commit is contained in:
Yu Sung
2024-08-07 14:48:12 +09:00
parent a3beb9c9fe
commit 22ab76d664
7 changed files with 181 additions and 5 deletions

View File

@@ -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