fix(android): remove typo

This commit is contained in:
Simone Ianniciello 2026-04-10 17:24:14 +02:00
parent 1ae667bd6d
commit 6b3f78e608

View file

@ -32,7 +32,7 @@ public class BackgroundAudioPlugin extends Plugin {
}
}
`@PluginMethod`
@PluginMethod
public void stop(PluginCall call) {
try {
Intent intent = new Intent(getContext(), AudioPlaybackService.class);