fix: expVars
Some checks failed
Build-Apk / build (push) Has been cancelled

This commit is contained in:
lisonge 2024-09-03 10:26:10 +08:00
parent fa787a17e1
commit eeb612ea2d

View File

@ -434,7 +434,13 @@ data class RawSubscription(
}
private val expVars = arrayOf(
"left", "top", "right", "bottom", "width", "height"
"left",
"top",
"right",
"bottom",
"width",
"height",
"random"
)
private fun setVariables(exp: Expression, rect: Rect) {