| 233 | /** |
| 234 | * Enqueues a callback that will be executed once a complete layout pass has finished. |
| 235 | * Will be called immediately if the layout is up to date. |
| 236 | */ |
| 237 | fun onNextLayout(callback: () -> Unit) { |
| 238 | getValdiContext { it.onNextLayout(callback) } |
| 239 | } |
| 240 |
no outgoing calls
no test coverage detected