marinofaggiana 4 жил өмнө
parent
commit
f58bb79587

+ 3 - 0
iOSClient/Settings/CCAdvanced.m

@@ -277,6 +277,9 @@
     // Inizialized home
     [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:k_notificationCenter_initializeMain object:nil userInfo:nil];
     
+    // Clear Media
+    [appDelegate.activeMedia reloadDataSource];
+    
     dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 1 * NSEC_PER_SEC), dispatch_get_main_queue(), ^(void) {
        [_hud hideHud];
     });