stop service in onTimeout

This commit is contained in:
adbenitez
2025-11-12 17:00:36 +01:00
parent a06f77b5f8
commit 68e8b64b47
@@ -117,6 +117,7 @@ public final class FetchForegroundService extends Service {
STOP_NOTIFIER.notifyAll();
}
}
stopSelf();
}
}