Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore: diable chrome cast for app nav release (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Sep 19, 2023
1 parent ad1b74e commit f8b61f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/OEXAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ - (void)setupGlobalEnvironment :(NSDictionary *) launchOptions {
[NewRelicAgent enableCrashReporting:NO];
[NewRelicAgent startWithApplicationToken:newrelic.apiKey];
}

[self initilizeChromeCast];
// Disable for app nav release
// [self initilizeChromeCast];
}

- (void) initilizeChromeCast {
Expand Down

0 comments on commit f8b61f1

Please sign in to comment.