Move more implementation to data module (#8971)

This commit is contained in:
Andreas
2023-01-22 17:44:39 +01:00
committed by GitHub
parent d45fc1e245
commit aee785a8bb
11 changed files with 14 additions and 13 deletions

View File

@ -0,0 +1,3 @@
package eu.kanade.tachiyomi.util
fun Boolean.toLong() = if (this) 1L else 0L