[Libreoffice-commits] online.git: ios/Mobile
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Dec 5 20:13:53 UTC 2018
ios/Mobile/TemplateCollectionViewController.mm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 1f0b0b6a0d41575850e35e4f3d645f863fdd69b0
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Dec 5 22:13:26 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Dec 5 22:13:26 2018 +0200
Bin leftover dummy NSLog() call
Change-Id: I0597be90ff211dfb7f5fd2f321bfb36c9ec01308
diff --git a/ios/Mobile/TemplateCollectionViewController.mm b/ios/Mobile/TemplateCollectionViewController.mm
index 66224cf3e..c6bb67be9 100644
--- a/ios/Mobile/TemplateCollectionViewController.mm
+++ b/ios/Mobile/TemplateCollectionViewController.mm
@@ -111,9 +111,7 @@ static NSString *mapTemplateExtensionToActual(NSString *templateName)
self.importHandler(newURL, UIDocumentBrowserImportModeMove);
- [self dismissViewControllerAnimated:YES completion:^ {
- NSLog(@"foo");
- }];
+ [self dismissViewControllerAnimated:YES completion:nil];
return YES;
}
More information about the Libreoffice-commits
mailing list