spotlessApply imports of 0dda64b9d8

This commit is contained in:
AntsyLich
2025-02-26 02:24:53 +06:00
parent 0dda64b9d8
commit 79e25451bd
3 changed files with 3 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ package eu.kanade.tachiyomi.data.download
import android.app.Application
import android.content.Context
import android.net.Uri
import androidx.core.net.toUri
import com.hippo.unifile.UniFile
import eu.kanade.tachiyomi.extension.ExtensionManager
import eu.kanade.tachiyomi.source.Source
@@ -54,7 +54,6 @@ import uy.kohesive.injekt.api.get
import java.io.File
import kotlin.time.Duration.Companion.hours
import kotlin.time.Duration.Companion.seconds
import androidx.core.net.toUri
/**
* Cache where we dump the downloads directory from the filesystem. This class is needed because

View File

@@ -4,8 +4,8 @@ import android.content.BroadcastReceiver
import android.content.Context
import android.content.Intent
import android.content.IntentFilter
import android.net.Uri
import androidx.core.content.ContextCompat
import androidx.core.net.toUri
import eu.kanade.tachiyomi.BuildConfig
import eu.kanade.tachiyomi.extension.model.Extension
import eu.kanade.tachiyomi.extension.model.LoadResult
@@ -14,7 +14,6 @@ import kotlinx.coroutines.SupervisorJob
import kotlinx.coroutines.launch
import logcat.LogPriority
import tachiyomi.core.common.util.system.logcat
import androidx.core.net.toUri
/**
* Broadcast receiver that listens for the system's packages installed, updated or removed, and only