|
@@ -265,12 +265,6 @@
|
|
|
// close detail
|
|
|
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:NCBrandGlobal.shared.notificationCenterMenuDetailClose object:nil];
|
|
|
|
|
|
- // Not Photos Video in library ? then align and Init Auto Upload
|
|
|
- NSArray *recordsPhotoLibrary = [[NCManageDatabase shared] getPhotoLibraryWithPredicate:[NSPredicate predicateWithFormat:@"account == %@", self.account]];
|
|
|
- if ([recordsPhotoLibrary count] == 0) {
|
|
|
- [[NCAutoUpload shared] alignPhotoLibraryWithViewController:nil];
|
|
|
- }
|
|
|
-
|
|
|
// Start Auto Upload
|
|
|
[[NCAutoUpload shared] initAutoUploadWithViewController:nil];
|
|
|
|