Skip to content

Commit

Permalink
Enabled background mapping in the demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmitrevski committed Jan 5, 2024
1 parent 29c617e commit 8bff7c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DemoAppSwiftUI/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ class AppDelegate: NSObject, UIApplicationDelegate {

streamChat = StreamChat(chatClient: chatClient, utils: utils)
*/

StreamRuntimeCheck._isBackgroundMappingEnabled = true

#if RELEASE
// We're tracking Crash Reports / Issues from the Demo App to keep improving the SDK
Expand Down

0 comments on commit 8bff7c8

Please sign in to comment.