Skip to content

Commit

Permalink
fix(ios): Don't auto release saved calls (#4535)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed May 6, 2021
1 parent ccf818d commit 4f76933
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/Capacitor/Capacitor/CapacitorBridge.swift
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,6 @@ internal class CapacitorBridge: NSObject, CAPBridgeProtocol {
plugin.perform(selector, with: pluginCall)
if pluginCall.keepAlive {
self?.saveCall(pluginCall)
} else {
self?.releaseCall(pluginCall)
}
}

Expand Down

0 comments on commit 4f76933

Please sign in to comment.