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

Unified Diff: webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m

Issue 2807533004: Address denicija's comments for AppRTCMobile video codec setting. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m
index 3944480b0d4e3e188fc3a85ce75a87d02e7b5084..09a3d6d7449952444bb9a7e49d5672bf857e0a01 100644
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsViewController.m
@@ -54,10 +54,6 @@ typedef NS_ENUM(int, ARDSettingsSections) {
selecting:[_settingsModel currentVideoCodecSettingFromStore]];
}
-- (void)viewDidAppear:(BOOL)animated {
- [super viewDidAppear:animated];
-}
-
#pragma mark - Data source
- (NSArray<NSString *> *)videoResolutionArray {
« no previous file with comments | « webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698