This commit is contained in:
Trey t
2023-07-03 20:18:08 -05:00
parent 5c66ceff9f
commit 85dfc0a931
8 changed files with 190 additions and 80 deletions

View File

@@ -7,6 +7,7 @@
import SwiftUI
import Combine
import AVKit
@main
struct Werkout_iosApp: App {
@@ -62,6 +63,7 @@ struct Werkout_iosApp: App {
.tag(3)
}
.onAppear{
_ = try? AVAudioSession.sharedInstance().setCategory(AVAudioSession.Category.playback, mode: .default, options: .mixWithOthers)
// UserStore.shared.logout()
}
.onReceive(pub) { (output) in