Skip to content

Commit

Permalink
Merge pull request unoplatform#14320 from unoplatform/mrlacey-patch-1
Browse files Browse the repository at this point in the history
docs: Update uno-internals-hotreload.md
  • Loading branch information
MartinZikmund authored Nov 7, 2023
2 parents 319128b + 73e0c7e commit 3c666a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/articles/uno-development/uno-internals-hotreload.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ static void AfterElementReplaced(FrameworkElement, FrameworkElement, Type[]?);

Pausing and resuming UI Update is done by calling

TypeMappingHelper.PauseReloading and TypeMappingHelper.ResumeReloading
// TODO: These method names probably need to be updated to Pause/ResumeUIUpdates
`TypeMappings.Pause()` and `TypeMappings.Resume()`

Note that pausing UI Updates doesn't stop the Hot Reload process. It only prevents the UI Update from running until UI Updates are resumed.

Expand Down

0 comments on commit 3c666a4

Please sign in to comment.