Explorar o código

iOS: Fix wrong super call

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Soomin Lee %!s(int64=8) %!d(string=hai) anos
pai
achega
9191c017b2

+ 2 - 1
Sources/LocalNetworkConnectivity/VLCNetworkListViewController.m

@@ -92,8 +92,9 @@ NSString *VLCNetworkListCellIdentifier = @"VLCNetworkListCellIdentifier";
 - (void)viewDidAppear:(BOOL)animated {
     [super viewDidAppear:animated];
 }
+
 - (void)viewWillDisappear:(BOOL)animated {
-    [super viewDidDisappear:animated];
+    [super viewWillDisappear:animated];
 }
 
 - (BOOL)shouldAutorotate