From 1809ee2e9fb987ced5dcab78a74f758f0422f035 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Hoelt Date: Sat, 7 Oct 2017 15:01:32 +0300 Subject: [PATCH] Fix a typo --- src/ios/OpenWithPlugin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ios/OpenWithPlugin.m b/src/ios/OpenWithPlugin.m index 340666f..7290754 100644 --- a/src/ios/OpenWithPlugin.m +++ b/src/ios/OpenWithPlugin.m @@ -253,7 +253,7 @@ - (void) checkForFileToShare { @"type": type, @"utis": utis, @"uri": uri, - @"name", name + @"name": name }] }]; pluginResult.keepCallback = [NSNumber numberWithBool:YES];