Move more implementation to data module (#8971)
(cherry picked from commit aee785a8bbf95bd8b2ce975a25cf68dc302f363b) # Conflicts: # app/src/main/java/eu/kanade/tachiyomi/data/backup/BackupManager.kt
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package eu.kanade.tachiyomi.util
|
||||
|
||||
fun Boolean.toLong() = if (this) 1L else 0L
|
||||
Reference in New Issue
Block a user