Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1774)

Unified Diff: webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m

Issue 1401963002: Adds support for Bluetooth headsets to the iOS audio layer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: nits Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m b/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m
index 8de6f6a12d2a03cbc05936be19ad388ea1aad608..2f4f230b52585a160b87701d83f2fe21f59d3837 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m
+++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m
@@ -27,7 +27,8 @@
- (void)applicationWillResignActive:(UIApplication *)application {
// Terminate any calls when we aren't active.
- [self dismissViewControllerAnimated:NO completion:nil];
+ // [self showAlertWithMessage:@"We are inactive!"];
tkchin_webrtc 2015/10/16 16:23:32 I'd leave the original bits in until we actually m
henrika_webrtc 2015/10/20 10:18:16 Will do. Only added for testing purposes to avoid
+ // [self dismissViewControllerAnimated:NO completion:nil];
}
#pragma mark - ARDMainViewDelegate
« no previous file with comments | « no previous file | webrtc/modules/audio_device/ios/audio_device_ios.h » ('j') | webrtc/modules/audio_device/ios/audio_device_ios.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698