Add search filters
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package de.mm20.launcher2.ktx
|
||||
|
||||
inline fun Boolean.toInt(): Int {
|
||||
return if (this) 1 else 0
|
||||
}
|
||||
Reference in New Issue
Block a user