Skip to content

Commit

Permalink
Remove keep callback
Browse files Browse the repository at this point in the history
  • Loading branch information
zfir committed Jul 3, 2024
1 parent c1c400b commit 6330bfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ios/CDVRoomPlan.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 6330bfc

Please sign in to comment.