mirror of
				https://github.com/JakeWharton/mosaic.git
				synced 2025-11-04 14:36:58 +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 {
 | 
						val job = scope.launch {
 | 
				
			||||||
		while (true) {
 | 
							while (true) {
 | 
				
			||||||
			if (sendFrame()) {
 | 
								if (sendFrame()) {
 | 
				
			||||||
				render(toString())
 | 
									render(this@renderIn.toString())
 | 
				
			||||||
				renderSignal?.complete(Unit)
 | 
									renderSignal?.complete(Unit)
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			delay(100)
 | 
								delay(100)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user