Skip to content

Commit

Permalink
fix: stop not resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
bazuka5801 committed Jul 22, 2022
1 parent 246f32c commit 1bc53b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/Plugin/Plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public class NativeAudio: CAPPlugin {

do {
try stopAudio(audioId: audioId)
call.resolve()
} catch {
call.reject(Constant.ErrorAssetNotFound)
}
Expand Down

0 comments on commit 1bc53b0

Please sign in to comment.