|
@@ -545,11 +545,11 @@
|
|
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
|
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
|
if(self.pdfListView.document.isModified) {
|
|
if(self.pdfListView.document.isModified) {
|
|
[self.pdfListView.document writeToURL:self.pdfListView.document.documentURL];
|
|
[self.pdfListView.document writeToURL:self.pdfListView.document.documentURL];
|
|
-
|
|
|
|
|
|
+ }
|
|
dispatch_async(dispatch_get_main_queue(), ^{
|
|
dispatch_async(dispatch_get_main_queue(), ^{
|
|
[self openFileWithUrls:urls];
|
|
[self openFileWithUrls:urls];
|
|
});
|
|
});
|
|
- }
|
|
|
|
|
|
+
|
|
});
|
|
});
|
|
}
|
|
}
|
|
|
|
|