|
@@ -4726,6 +4726,14 @@
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
+ // Reload Favorite & Photo is active
|
|
|
+ NSInteger indexActiveTabBar = self.tabBarController.selectedIndex;
|
|
|
+ if (indexActiveTabBar == k_tabBarApplicationIndexFavorite) {
|
|
|
+ app.activeFavorites.reloadDatasource;
|
|
|
+ } else if (indexActiveTabBar == k_tabBarApplicationIndexPhotos) {
|
|
|
+ app.activePhotos.reloadDatasource;
|
|
|
+ }
|
|
|
+
|
|
|
// Reload -> Self se non siamo nella dir appropriata cercala e se è in memoria reindirizza il reload
|
|
|
if ([serverUrl isEqualToString:_serverUrl] == NO || _serverUrl == nil) {
|
|
|
|