فهرست منبع

iOS: Fix the display of EmptyLibraryView with orientation switch

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Soomin Lee 8 سال پیش
والد
کامیت
e8f96e23a7
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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];
     }
 }