mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +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())
|
||||
|
||||
while (!stack.isEmpty()) {
|
||||
val next = stack.popRandom()
|
||||
when (next) {
|
||||
when (stack.popRandom()) {
|
||||
1 -> {
|
||||
deleteButtonAlphaIsIn = true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user