From 6330bfc7303b3c71b053d58f4923be36a737ea40 Mon Sep 17 00:00:00 2001 From: Zafir Sk Heerah Date: Wed, 3 Jul 2024 09:22:01 +0400 Subject: [PATCH] Remove keep callback --- src/ios/CDVRoomPlan.swift | 1 - 1 file changed, 1 deletion(-) 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) }