|
@@ -194,15 +194,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-- (void)searchFavorite
|
|
|
-{
|
|
|
- // test
|
|
|
- if (appDelegate.activeAccount.length == 0)
|
|
|
- return;
|
|
|
-
|
|
|
- [[CCActions sharedInstance] listingFavorites:@"" delegate:self];
|
|
|
-}
|
|
|
-
|
|
|
- (void)addFavoriteFolder:(NSString *)serverUrl
|
|
|
{
|
|
|
NSString *directoryID = [[NCManageDatabase sharedInstance] getDirectoryID:serverUrl];
|
|
@@ -281,6 +272,15 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+- (void)listingFavorites
|
|
|
+{
|
|
|
+ // test
|
|
|
+ if (appDelegate.activeAccount.length == 0)
|
|
|
+ return;
|
|
|
+
|
|
|
+ [[CCActions sharedInstance] listingFavorites:@"" delegate:self];
|
|
|
+}
|
|
|
+
|
|
|
#pragma --------------------------------------------------------------------------------------------
|
|
|
#pragma mark ==== Download Thumbnail <Delegate> ====
|
|
|
#pragma --------------------------------------------------------------------------------------------
|