diff --git a/src/ios/CDVRoomPlan.swift b/src/ios/CDVRoomPlan.swift index db695f6..574b1be 100644 --- a/src/ios/CDVRoomPlan.swift +++ b/src/ios/CDVRoomPlan.swift @@ -56,7 +56,6 @@ class CDVRoomPlan: CDVPlugin, RoomCaptureSessionDelegate, RoomCaptureViewDelegat @objc(isSupported:) func isSupported(command: CDVInvokedUrlCommand) { let pluginResult = CDVPluginResult(status: CDVCommandStatus_OK, messageAs: ARWorldTrackingConfiguration.supportsSceneReconstruction(.mesh)) - pluginResult?.keepCallback = true self.commandDelegate.send(pluginResult, callbackId: command.callbackId) }