Track services using LeakCanary

This commit is contained in:
Koitharu
2025-01-19 13:18:19 +02:00
parent b8b601821a
commit 498b9aed26
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package org.koitharu.kotatsu.core.ui
import androidx.lifecycle.LifecycleService
abstract class BaseService : LifecycleService()