This commit is contained in:
Horis
2025-02-09 12:32:30 +08:00
parent cb56ba7475
commit 45d631c1b7
@@ -89,8 +89,10 @@ object CacheBook {
}
fun stop(context: Context) {
context.startService<CacheBookService> {
action = IntentAction.stop
if (CacheBookService.isRun) {
context.startService<CacheBookService> {
action = IntentAction.stop
}
}
}