This commit is contained in:
Horis
2025-02-09 12:32:30 +08:00
parent 312556c167
commit cea41ae6f3

View File

@@ -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
}
}
}