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