Skip to content

Commit

Permalink
Enabled BM on the test app
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmitrevski committed Mar 8, 2024
1 parent 793e29e commit 255373f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions StreamChatSwiftUITestsApp/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
//

import SwiftUI
import StreamChat

class AppDelegate: NSObject, UIApplicationDelegate {

func application(_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
StreamRuntimeCheck._isBackgroundMappingEnabled = true
disableAnimations()
registerForPushNotifications()
UNUserNotificationCenter.current().delegate = NotificationsHandler.shared
Expand Down

0 comments on commit 255373f

Please sign in to comment.