Add comment

This commit is contained in:
Mathieu Velten 2022-01-11 23:35:11 +01:00
parent 50454a729f
commit 689bf5868f

View file

@ -123,6 +123,7 @@ class SubscriberService : Service() {
// Releasing wake-lock and stopping ourselves
try {
wakeLock?.let {
// Release all acquire()
while (it.isHeld) {
it.release()
}