parent
48809acdb0
commit
742e3f3693
@ -0,0 +1,3 @@ |
||||
package io.legado.app.utils |
||||
|
||||
fun String?.strim() = if (this.isNullOrBlank()) null else this.trim() |
Loading…
Reference in new issue