• Igor Demin's avatar
    Make SkiaRenderer non-suspend · 132f77ae
    Igor Demin authored
    Suspend was added because compose's onRender was suspend.
    Now it is non-suspend.
    
    If we make this method non-suspend, we can synchronously redraw window after it is resized or started (to avoid lags at resize and start)
    132f77ae
Name
Last commit
Last update
..
App.kt Loading commit data...
PureSwing.kt Loading commit data...
SkiaPanel.kt Loading commit data...
SwingSkia.kt Loading commit data...