Explorar el Código

iOS: Fix the display of EmptyLibraryView with orientation switch

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Soomin Lee hace 8 años
padre
commit
e8f96e23a7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Sources/VLCLibraryViewController.m

+ 1 - 0
Sources/VLCLibraryViewController.m

@@ -504,6 +504,7 @@ static NSString *kUsingTableViewToShowData = @"UsingTableViewToShowData";
             [self setEditing:NO animated:NO];
         }
         [self setUsingTableViewToShowData:isPortrait];
+        [self _displayEmptyLibraryViewIfNeeded];
         [self enableNavigationBarAnimation:YES resetPositionWithAnimation:YES];
     }
 }