mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-19 07:15:25 +02:00
fix: Inline variable
This commit is contained in:
parent
b5ae6a735d
commit
a0640d13ab
@ -70,8 +70,7 @@ fun RecordingControl(
|
|||||||
val stack = RandomStack.of(arrayOf(1, 2, 3).asIterable())
|
val stack = RandomStack.of(arrayOf(1, 2, 3).asIterable())
|
||||||
|
|
||||||
while (!stack.isEmpty()) {
|
while (!stack.isEmpty()) {
|
||||||
val next = stack.popRandom()
|
when (stack.popRandom()) {
|
||||||
when (next) {
|
|
||||||
1 -> {
|
1 -> {
|
||||||
deleteButtonAlphaIsIn = true
|
deleteButtonAlphaIsIn = true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user