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!"]; |
henrika_webrtc
2015/10/13 14:32:56
Only for testing. Will not be checked in.
|
+ // [self dismissViewControllerAnimated:NO completion:nil]; |
} |
#pragma mark - ARDMainViewDelegate |