mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Move :core to :core:common
				
					
				
			This commit is contained in:
		| @@ -2,8 +2,8 @@ package tachiyomi.data.chapter | ||||
|  | ||||
| import kotlinx.coroutines.flow.Flow | ||||
| import logcat.LogPriority | ||||
| import tachiyomi.core.util.lang.toLong | ||||
| import tachiyomi.core.util.system.logcat | ||||
| import tachiyomi.core.common.util.lang.toLong | ||||
| import tachiyomi.core.common.util.system.logcat | ||||
| import tachiyomi.data.DatabaseHandler | ||||
| import tachiyomi.domain.chapter.model.Chapter | ||||
| import tachiyomi.domain.chapter.model.ChapterUpdate | ||||
|   | ||||
| @@ -2,7 +2,7 @@ package tachiyomi.data.history | ||||
|  | ||||
| import kotlinx.coroutines.flow.Flow | ||||
| import logcat.LogPriority | ||||
| import tachiyomi.core.util.system.logcat | ||||
| import tachiyomi.core.common.util.system.logcat | ||||
| import tachiyomi.data.DatabaseHandler | ||||
| import tachiyomi.domain.history.model.History | ||||
| import tachiyomi.domain.history.model.HistoryUpdate | ||||
|   | ||||
| @@ -2,7 +2,7 @@ package tachiyomi.data.manga | ||||
|  | ||||
| import kotlinx.coroutines.flow.Flow | ||||
| import logcat.LogPriority | ||||
| import tachiyomi.core.util.system.logcat | ||||
| import tachiyomi.core.common.util.system.logcat | ||||
| import tachiyomi.data.DatabaseHandler | ||||
| import tachiyomi.data.StringListColumnAdapter | ||||
| import tachiyomi.data.UpdateStrategyColumnAdapter | ||||
|   | ||||
| @@ -5,7 +5,7 @@ import eu.kanade.tachiyomi.source.CatalogueSource | ||||
| import eu.kanade.tachiyomi.source.model.FilterList | ||||
| import eu.kanade.tachiyomi.source.model.MangasPage | ||||
| import eu.kanade.tachiyomi.source.model.SManga | ||||
| import tachiyomi.core.util.lang.withIOContext | ||||
| import tachiyomi.core.common.util.lang.withIOContext | ||||
| import tachiyomi.domain.source.repository.SourcePagingSourceType | ||||
|  | ||||
| class SourceSearchPagingSource(source: CatalogueSource, val query: String, val filters: FilterList) : | ||||
|   | ||||
		Reference in New Issue
	
	Block a user