chore: remove redundant inline comments

This commit is contained in:
zarzet
2026-03-14 15:07:15 +07:00
parent 34d22f783c
commit 5948e4f125
15 changed files with 6 additions and 33 deletions
@@ -115,10 +115,8 @@ class DownloadService : Service() {
* We must call stopSelf() within a few seconds to avoid a crash.
*/
override fun onTimeout(startId: Int, fgsType: Int) {
// Log the timeout for debugging
android.util.Log.w("DownloadService", "Foreground service timeout reached (6 hours limit). Stopping service.")
// Gracefully stop the service
stopForegroundService()
}