Skip to content

Commit

Permalink
chore: DispatchQueueRender on Idle to prevent choking the dispatcher …
Browse files Browse the repository at this point in the history
…when continuously invalidating render
  • Loading branch information
ramezgerges committed May 10, 2024
1 parent ff1a3c9 commit a681ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/UI/Xaml/XamlRoot.crossruntime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private void DispatchQueueRender()
_renderQueued = false;
InvalidateRender();
}
});
}, NativeDispatcherPriority.Idle);
}


Expand Down

0 comments on commit a681ee9

Please sign in to comment.