Skip to content

py,st3m: ViewManager: Don't impose additional delay after transition

dos requested to merge vm-delay into main

Since 18f17883, a drawn frame is guaranteed to reach the screen in a timely manner regardless of whether the next think call will block for longer or not, so there's no need to queue additional frames to make sure the animation has visibly ended before dispatching _done callbacks anymore.

Edited by dos

Merge request reports