fix(android): remove typo
This commit is contained in:
parent
1ae667bd6d
commit
6b3f78e608
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public class BackgroundAudioPlugin extends Plugin {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
`@PluginMethod`
|
@PluginMethod
|
||||||
public void stop(PluginCall call) {
|
public void stop(PluginCall call) {
|
||||||
try {
|
try {
|
||||||
Intent intent = new Intent(getContext(), AudioPlaybackService.class);
|
Intent intent = new Intent(getContext(), AudioPlaybackService.class);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue