mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 18:47:51 +02:00
Move more implementation to data module (#8971)
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