mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
Fire failure event on service disconnected
This commit is contained in:
parent
17fbc6981d
commit
b1e2080a1d
@ -75,7 +75,7 @@ public class BackgroundMode extends CordovaPlugin {
|
||||
|
||||
@Override
|
||||
public void onServiceDisconnected(ComponentName name) {
|
||||
// Nothing to do here
|
||||
fireEvent(Event.FAILURE, "service disconnected");
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user