mirror of
https://github.com/JakeWharton/mosaic.git
synced 2025-11-02 04:36:19 +08:00
Correct toString output
Whoops.
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user