mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-15 03:54:54 +00:00
Muting ABC issues [ci skip]
This commit is contained in:
parent
ece9aac833
commit
a9300a43ae
@ -83,6 +83,8 @@ class BackgroundExt {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// codebeat:disable[ABC]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Executes the request.
|
* Executes the request.
|
||||||
*
|
*
|
||||||
@ -113,6 +115,8 @@ class BackgroundExt {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// codebeat:enable[ABC]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Move app to background.
|
* Move app to background.
|
||||||
*/
|
*/
|
||||||
|
@ -77,6 +77,8 @@ public class BackgroundMode extends CordovaPlugin {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// codebeat:disable[ABC]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Executes the request.
|
* Executes the request.
|
||||||
*
|
*
|
||||||
@ -115,6 +117,8 @@ public class BackgroundMode extends CordovaPlugin {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// codebeat:enable[ABC]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when the system is about to start resuming a previous activity.
|
* Called when the system is about to start resuming a previous activity.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user