()
| 118 | } |
| 119 | |
| 120 | func (gui *Gui) render() { |
| 121 | gui.c.OnUIThread(func() error { return nil }) |
| 122 | } |
| 123 | |
| 124 | // postRefreshUpdate is to be called on a context after the state that it depends on has been refreshed |
| 125 | // if the context's view is set to another context we do nothing. |
no test coverage detected