Correct toString output

Whoops.
This commit is contained in:
Jake Wharton
2020-09-25 12:42:20 -04:00
parent e485daa34c
commit ca42e5789a

View File

@ -135,7 +135,7 @@ fun Mosaic.renderIn(scope: CoroutineScope): MosaicHandle {
val job = scope.launch {
while (true) {
if (sendFrame()) {
render(toString())
render(this@renderIn.toString())
renderSignal?.complete(Unit)
}
delay(100)